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

笔记1

时间:2017-05-14 01:17:43      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:isp   idt   tab   class   style   content   box   title   after   

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title></title>

<style type="text/css">

.box{

 

border: 1px solid red;

}

.aa{

width: 200px;

height: 200px;

background: #CCCCCC;

float: left;

}

.clearfix:after{

content: "";

display: block;

clear: both;

 

 

}

</style>

</head>

<body>

<div class="box clearfix">

<div class="aa">

 

</div>

</div>

 

</body>

</html>

笔记1

标签:isp   idt   tab   class   style   content   box   title   after   

原文地址:http://www.cnblogs.com/dingdingdown/p/6850802.html

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