首页 > 其他 > 详细

第一天的练习

时间:2016-10-11 21:59:26      阅读:102      评论:0      收藏:0      [点我收藏+]

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>九宫格</title>

<style>

body{

margin: 0px;

padding:0px;

}

.uni{

width: 200px;

height: 200px;

float: left;

}

#first{

background: red;

}

#second{

background: blue;

}

#third{

background: yellow;

}

#forth{

background: black;

}

#fifth{

background: green;

}

#sixth{

background: orange;

}

#seventh{

background: brown;

}

#eighth{

background: gold;

}

#ninth{

background: pink;

}

</style>

</head>

<body>

<div style="width: 600px;height: 200px;margin: 0 auto">

<div id="first" class="uni"></div>

<div id="second" class="uni"></div>

<div id="third" class="uni"></div>

</div>

<div style="width: 600px;height: 200px;margin: 0 auto">

   <div id="forth" class="uni"></div>

<div id="fifth" class="uni"></div>

<div id="sixth" class="uni"></div>

</div>

<div style="width: 600px;height: 200px;margin: 0 auto">

<div id="seventh" class="uni"></div>

<div id="eighth" class="uni"></div>

<div id="ninth" class="uni"></div>

</div>

</body>

</html>>


第一天的练习

原文:http://12155720.blog.51cto.com/12145720/1860830

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!