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

2017/09/15 ( 框架2)

时间:2017-09-16 00:32:56      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:body   class   order   container   htm   color   size   charset   tle   

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
.container {
width: 50%;
height: 100px;
border: 3px solid black;
}

.items {
width: 50px;
height: 50px;
background-color: blue;
border: 2px solid red;
float: right;
margin-right: 50px;
font-size: 50px;
color: white;
}

.aa{width: 300px; height: 300px;
border: 5px solid darkslategray}
.bb{ width: 30px; height: 30px;
background-color: yellow;
border: 3px solid cyan;
float: right;
margin-right: 20px;
font-size: 20px;
color: white}
</style>


</head>
<body>
<div class="container">
<div class="items">1</div>
<div class="items">2</div>
<div class="items">3</div>
<div class="items">4</div>
<div class="items">5</div>
<div class="items">6</div>
</div>
<div class="aa">
<div class="bb"></div>
<div class="bb"></div>

<div class="bb"></div>
<div class="bb"></div>
<div class="bb"></div>
<div class="bb"></div>
<div class="bb"></div>

</div>
</body>
</html>

2017/09/15 ( 框架2)

标签:body   class   order   container   htm   color   size   charset   tle   

原文地址:http://www.cnblogs.com/buzhiheyan/p/7529218.html

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