2021.6.28
今天学习了Css的基本属性,
字体属性font,font-family,font-size,font-style,font-weight
文本属性color,line-height,text-align,text-decoration,text-indent,text-shadow,text-transform,word-spacing
背景属性background-color,background-image,background-position,background-repeat
背景的渐变background:linear-gradient
边框属性border-style
列表属性list-style,list-style-image,list-style-position ,list-style-type;
鼠标属性cursor,
伪类:link,:visited,:hover,:active,:focus
CSS的页面布局
元素类型的转换display
静态定位,
相对定位position:relative,
绝对定位position:absolute,
固定定位position:fixed,
浮动float,
溢出与剪切overflow,
对象的显示与隐藏visibility。
总结:经过今天的学习对CSS有了进一步的了解,已经熟悉了大部分代码了,知道了上面各种属性的用法。