发表于: 2018-08-16 22:44:39
1 814
今天完成的事情:
1、了解并学习flex布局:
display: flex 创建flex容器,可对容器内的子元素进行排列;
flex-direction: column 子元素垂直排列;
flex-direction: column-reverse 子元素按相反的位置排列;
justify-content 用于位置对齐,有6属性:center、start、end、space-around、space-between、space-evenly;
flex-wrap: wrap 可进行多行排列;
2、下载任务5资料,进行切图,准备开始任务5。
明天计划的事情:总结前4个任务中用到的知识。
评论