首页 > Web开发 > 详细

html练习

时间:2014-10-10 01:50:04      阅读:315      评论:0      收藏:0      [点我收藏+]

<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<style type="text/css">
.bj-div{
margin-left: 400px;
width: 280px;
height: 520px;
background-image: url("2.jpg");
text-align: center;
color: red;
}
.ziti1{
font-size: 90px;
text-align: center;
color: red;
margin-bottom: 10px;

}
.ziti2{

font-size: 15px;
color: red;


}
.ziti3{
margin-top: 250px;
font-size: 15px;
color: red;


}
</style>
</head>
<body>


<div class="bj-div">
<p class="ziti1"> 03:36 </p>
<p class="ziti2">Friday September 27</p>
<p class="ziti3">slide to uniok </p>


</div>


</body>
</html>color: #4FC0E8;

html练习

原文:http://www.cnblogs.com/tangguohong/p/4014798.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!