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

清除浮动

时间:2018-02-23 12:05:03      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:html   str   attribute   table   -name   string   post   content   log   

html:

<div class="p fix">
        <div class="c"></div>
        <div class="c"></div>
        <div class="c"></div>
</div>

css:

.fix::after { 
        content:""; 
        display:table; 
        clear:both;
}

清除浮动

标签:html   str   attribute   table   -name   string   post   content   log   

原文地址:https://www.cnblogs.com/moguzi12345/p/8461190.html

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