发表于: 2018-10-09 20:32:48
2 824
今天完成的事情:
今天的任务进行的还算顺利吧
.learn{
padding-top: 6vw;
margin-bottom: 6vw;
font-size: 2rem;
font-weight: 900;
text-align: center;
}
.figure{
min-height: 5rem;
min-width: 5rem;
border: 2px solid #f4f3f3;
border-radius: 50%;
text-align: center;
color: #29b078;
font-size: 2rem;
background-color: #fff;
}
.human{
color: #afafaf;
}
.cow{
color: #afafaf;
}
.know{
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 3vw;
}
.enough{
line-height: 4rem;
}
.excellent{
margin-top: 6vw;
margin-bottom: 6vw;
text-align: center;
font-size: 2rem;
font-weight: 900;
}
.person{
width: 25vw;
text-align: center;
}
明天计划的事情:明天继续任务八的其余内容
遇到的问题:今天主要遇到了很大的一问题就是我有两个div没有只有宽度没有高度,以至于后面越写越不对劲,可是看了半天没看明白是哪里出了问题,也请教了几个师兄,是后来有位师兄看出来,原来是我没有清除浮动,清除以后问题就没有了。
收获:怎么说呢,每天都在学习新的东西,对我来说每天都是不一样的,也许这就是我来学前端的原因吧,总体来说我感觉自己已经很棒了,毕竟我不是应届毕业,也并非是科班出身,也是在社会上闯荡这么几年了,来这以后对于接受新知识、新东西的能力,肯定是不如那些“年轻人”了嘛,不过对于这些天的成就我还是觉得挺自豪的,每完成一个任务都有种自己真牛掰的感觉,以后路不知道会怎样,但我会努力前行!
评论