研发部作业&本周学习体会

it2025-02-28  23

研发部作业&本周学习体会

一、本周的学习内容

1、学习如何使用CSS中的盒子模型
Margin(外边距) - 清除边框外的区域,外边距是透明的。Border(边框) - 围绕在内边距和内容外的边框。Padding(内边距) - 清除内容周围的区域,内边距是透明的。Content(内容) - 盒子的内容,显示文本和图像。
2、学习如何使用flex布局网页
box{

​ display: flex

​ flex direction: row\column

​ flex-wrap: nowrap\wrap\wrap-reverse

​ justify-content (主轴):flex-start\flex-end\center\space-between\space-around

​ align-items(交叉轴):flex-start\flex-end\center\stretch\baseline

​ }

3、自学安装Git,注册Github和Gitee

这个啊,我都注册完了,具体的教程

[Gitee注册教程]( https://gitee.com/) [Git使用教程](https://www.liaoxuefeng.com/wiki/896043488029600) [Git安装教程](https://www.cnblogs.com/xueweisuoyong/p/11914045.html)
4、自学Markdown语言并完成作业
Markdown教程 [菜鸟教程](https://www.runoob.com/markdown/md-tutorial.html)

二、展望未来一周的培训

1、学啥就部长和总监定吧
2、希望下次智姐讲的慢一点,最好可以投屏(我指的是我们的电脑上有实时画面),因为屏幕上的字太小了,我带了眼镜也看不清
最新回复(0)