Day.01.30 css浮动经典小案例

<!DOCTYPE html>
<html>
 <head>
 <meta  charset="utf-8">
  <title> 浮动的小案例 </title>
    <style type="text/css">
        #div1{
            width:400px;
            height:400px;
            border:1px solid red;
            background-color:pink;
        }
        #div1 img{
            width:100px;
            float:right;
            margin:0 5px 5px 0;
        }
    </style>
 </head>
 <body>
    <div id="div1">
        ![](s1.jpg)丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 丙申年初三戌时 </img>
    </div>
 </body>
</html>

小结:
1.不浮动的时候字上面会有一片空白;

css.png
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容