首页 > 其他 > 详细

day10

时间:2017-04-07 22:11:45      阅读:185      评论:0      收藏:0      [点我收藏+]

一晃就10天了中间已经过了十天了,我们已经可以利用CSS和HTML自主完成网页了,真的时间如流水啊

/* CSS Document */
.content{ width:1920px;
height:1980px;
margin:0 auto;}
.content-up{ width:1200px;
height:60px;
margin:0 auto;}
.content-down{ width:1200px;
height:900px;
margin:0 auto;}
.content-last{ width:1200px;
height:1000px;}
.line{ margin:0px;}
.content-up p{ padding-top:12px;}
.content-up-logo{ vertical-align:sub;}
.content-up-home{ padding-left:780px;}
.content-down-f{ width:1200px;
height:225px;
margin-top:15px;}
.content-down-f1{ width:390px;
height:223px;
float:left;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;}
.content-down-f1:last-child{ border-right:0px;}
.content-down-f1 ul{ width:390px;
text-align:center;
line-height:41px;
padding-top:10px;}
.content-down-f1 ul li{ width:136px;
height:37px;
border: 1px #666 solid;
border-radius:15px;
margin:0 auto;
margin-bottom:12px;}
.content-down-f1>ul>li:first-child{ width:180px;
height:50px;
background:#035899;
color:#FFF;}
.content-down-f1-hover:hover{ background:#f8742a;}

day10

原文:http://www.cnblogs.com/lwboke/p/6679768.html

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