发表于: 2016-07-27 17:19:06
1 1420
尝试做出九宫格样子 第一个任务就很困难
明天了解下Nginx WebStorm和Sublime
困难处是英文有点头疼 各种属性完全看不过来
<htm l>
<head>
<style type="text/css">
div.Clear{
clear:both;
}
div.a{
height:200px;
width:200px;
margin:20px;
float:left;
background:green;
}
div.b{
height:200px;
width:200px;
margin:20px;
float:left;
background:green;
}
div.c{
height:200px;
width:200px;
margin:20px;
float:left;
background:green;
}
div.d{
height:200px;
width:200px;
margin:20px;
float:left;
background:green;
}
div.e{
height:200px;
width:200px;
margin:20px;
float:left;
background:green;
}
div.f{
height:200px;
width:200px;
margin:20px;
float:left;
background:green;
}
div.g{
height:200px;
width:200px;
margin:20px;
float:left;
background:green;
}
div.h{
height:200px;
width:200px;
margin:20px;
float:left;
background:green;
}
div.l{
height:200px;
width:200px;
margin:20px;
float:left;
background:green;
}
</style>
</head>
<div class="a"></div>
<div class="b"></div>
<div class="c"></div>
<div class="Clear"></div>
<div class="d"></div>
<div class="e"></div>
<div class="f"></div>
<div class="Clear"></div>
<div class="g"></div>
<div class="h"></div>
<div class="l"></div>
</html>
评论