发表于: 2016-04-27 21:03:53

1 1478


今天完成的事情:看了w3school的基础教程,学会了盒子模型,配置了nginx(一开始配错,看了知乎才知道是文件夹写中文了),九宫格

<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
#box{width: 400px;
height: 400px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -200px;
}
.abc{width: 100px;
height: 100px;
background-color: #000;
border-radius: 10px;
margin: 10px;
float: left;
}
</style>
</head>
<body>
<div id="box">
<div class="abc"></div>
<div class="abc"></div>
<div class="abc"></div>
<div class="abc"></div>
<div class="abc"></div>
<div class="abc"></div>
<div class="abc"></div>
<div class="abc"></div>
<div class="abc"></div>
</div>
</body>
</html>

明天的计划:继续学习,多看看师兄们的日报

遇到的问题:感觉自己逻辑思维不是很好,时间太少,想辞掉工作去线下学习。盒子模型,框架都还模糊

收获:已经很久没这么学习过了,认识HTML,CSS了加油吧!


返回列表 返回列表
评论

    分享到