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

第一天的学习

时间:2016-10-11 22:02:53      阅读:149      评论: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;
        }
    </style>
</head>
<body>
    <div style="width: 400px;height: 200px;margin: 0 auto">
        <div id="first" class="uni"></div>
        <div id="second" class="uni"></div>
        <div id="third" class="uni"></div>
        <div id="forth" class="uni"></div>
    </div>
</body>
</html>>

第一天的学习

标签:田字格

原文地址:http://12155720.blog.51cto.com/12145720/1860823

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