第一天的学习

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第一天的学习相关的知识,希望对你有一定的参考价值。

<!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>>

以上是关于第一天的学习的主要内容,如果未能解决你的问题,请参考以下文章

昨天是第一天的学习,记忆一下

第一天的学习

第一天的学习内容

第一天的培训

学习软件测试的第一天的感触

跳槽上班第一天的感受