1 <div class="news clearfix"> 2 <img src="/img/news-pic.jpg" alt="my pic"> 3 <p>some text</p> 4 </div>
1 .clearfix:after{ 2 content: ‘.‘; 3 height: 0; 4 visibility: hidden; 5 display: block; 6 clear: both; 7 overflow: hidden; 8 }
标签:nbsp alt style 浮动 text col 清除浮动 bsp div
1 <div class="news clearfix"> 2 <img src="/img/news-pic.jpg" alt="my pic"> 3 <p>some text</p> 4 </div>
1 .clearfix:after{ 2 content: ‘.‘; 3 height: 0; 4 visibility: hidden; 5 display: block; 6 clear: both; 7 overflow: hidden; 8 }
标签:nbsp alt style 浮动 text col 清除浮动 bsp div
原文地址:https://www.cnblogs.com/xll-candice/p/8495861.html