码迷,mamicode.com
首页 > 其他好文 > 详细

第四天的练习

时间:2016-10-15 00:07:41      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:css

body,ul{
    margin: 0px;
    padding: 0px;

}
ul{
    list-style: none;
    text-align: center;
}
.wode{
    float: left;
    line-height: 55px;
    margin-left: 20px;
    color:white;
    font-size: 15px;
}
#uni{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: 2000px;
    /*background: #FFFFFF;*/
}
#banner{
    height: 60px;
    background: red;
    margin-bottom: 10px;
}
#baboder{
    width: 800px;
    height: 60px;
    margin: 0 auto;
    background: black;
}
#beleft{
    width: 500px;
    height: 60px;
    float: left;
    background: #6575ef;
}
#beright{
    width: 200px;
    height: 60px;
    float: right;
    background: #6575ef;
}
#wrap{
    height: 400px;
    background: blue;
    margin-bottom: 10px;
}
#main{
    height: 2000px;
        /*background: yellow;*/
}
#left{
    width: 600px;
    height: 2000px;
    background: black;
    margin-right: 5px;
}
#right{
    width: 395px;
    height: 2000px;
    background: green;
}
.woca{
    width: 1000px;
}
.wocao{
    float: left;
}

第四天的练习

标签:css

原文地址:http://12155720.blog.51cto.com/12145720/1862005

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!