CSS
2022-11-23 11:45:17 21 举报
AI智能生成
学习思路
作者其他创作
大纲/内容
初识及入门
css概念
css在网页中的应用
css的发展史
css的优势
css基本语法
style
3种引入方式
行内样式
内部样式
外部样式
css选择器
基本选择器
标签
id
#
class
.
高级选择器
层次选择器
> ~ +
结构伪类选择器
属性选择器
a[* ^ $]
美化网页
字体
color
font-size
排版网页
text-align
text-indent
line-height
text-decoration
超链接伪类
:hover
列表样式
list-style
背景样式
背景颜色
背景图片
repeat
....
渐变背景
https://www.grabient.com/
盒子模型
边框 border
内边距 padding
外边距 margin
盒子模型尺寸计算: border + margin + padding + 内容元素
box-size
圆角边框 border-radius
阴影 box-shadow
浮动
网页布局
标准文档流
display
block
inline
inline-block
浮动 float
左浮动
右浮动
清除浮动
clear
left
right
both
none
解决父级边框塌陷问题
空div
父元素高度
overflow
:after
inline-block float
定位
relative
相对定位
absolute
绝对定位
fixed
固定定位
z-index
opcity:透明度
收藏
0 条评论
下一页