码迷,mamicode.com
首页 > Web开发 > 详细

html5-浮动

时间:2017-09-29 23:11:56      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:htm   oat   back   div   round   nbsp   float   clear   bsp   

#div1{
    background: rgba(255,0,0,0.5);
    width: 250px;
    height: 250px;
    float: right;
}
#div2{
    background: rgba(0,255,0,0.5);
    width: 250px;
    height: 200px;
    float: right;
}
#div3{
    background: rgba(0,0,255,0.5);
    width: 250px;
    height: 175px;
clear: both;
}

html5-浮动

标签:htm   oat   back   div   round   nbsp   float   clear   bsp   

原文地址:http://www.cnblogs.com/houweidong/p/7612628.html

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