发表于: 2019-04-26 23:23:40
1 647
今天完成的事情 :写了任务1的深度思考 和任务6的页头部分
遇到的问题:页头的话 也没什么可说的才学会的东西总不能转头就忘记了 可能我还记不住但是我知道是该怎么做
怎么去解决的:
body{
margin: 0;
}
.hd{
width: 100%;
height: 70px;
background-color: #5fc0cd;
position: fixed;
display: flex;
justify-content: space-between;
}
.HD{
width: 20%;
background-color: #55a8b3;
display: flex;
border-radius: 8px;
margin: 3px;
}
.hd2{
border: 0 solid;
border-radius: 18px;
background-color: #55a8b3;
color: #ffff;
width: 50%;
text-align: center;
line-height: 63px;
}
.hd3{
border: 0 solid;
border-radius: 10px;
background-color: #ffff;
color: #5fc0cd;
width: 50%;
text-align: center;
line-height: 63px;
}
.hd4{
padding: 10px 25px 10px 0;
}
<div class="ma">
<span class="ma1>"></span>
<span class="ma2"></span>
<span class="ma3"></span>
今天的收获: 收获的话我决定我现在写的代码自己能看的懂了
明天计划学习什么:做一下内容试试看~
评论