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

浮动与clear测试

时间:2020-04-05 11:47:22      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:meta   mic   float   gre   htm   image   图片   class   ima   

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>浮动</title>
    </head>
    <body>
        <div style="width: 200px; height: 200px; background-color: red; float: left;"></div>
        <div style="width: 200px; height: 200px; background-color: blue; float: left;"></div>
        <div style="width: 200px; height: 200px; background-color: yellow; float: left;"></div>
        <div style="clear: left; width: 500px; height: 500px; background-color: black;"></div>
        <div style="width: 200px; height: 200px; background-color: gold; float: left;"></div>
        <div style="width: 200px; height: 200px; background-color: green; float: left;"></div>
    </body>
</html>

技术图片

 

浮动与clear测试

标签:meta   mic   float   gre   htm   image   图片   class   ima   

原文地址:https://www.cnblogs.com/yxfyg/p/12636215.html

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