九宫格,自适应

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
*{margin:0;padding: 0;}
.box{
width: 31%;
padding-bottom: 31%;
background-color: yellow;
margin:1%;
float: left;
border-radius: 10px;
}
</style>
</head>
<body>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
</body>
</html>

posted @ 2017-03-21 07:22  行走de猫  阅读(197)  评论(0编辑  收藏  举报