CSS基础
2018-09-07 16:46:43 0 举报
AI智能生成
CSS基础学习导图
作者其他创作
大纲/内容
CSS基础
选择器
基本选择器
关系选择器
.block p
.block>p
.block+p
伪类选择器
状态伪类
:link
:hover
:active
:visited
结构伪类
:first-child
:nth-child(n)
:nth-last-child(n)
:last-child
伪元素选择器
::before
::after
::first-letter
::first-line
::last-letter
::last-line
属性选择器
[attribute]
[attribute=value]
[attribute\\^=value]
[attribute$=value]
[attribute*=value]
[attribute~=value]
[attribute|=value]
属性和值
单位
绝对单位
px
in
pt
mm
cm
相对单位
%
rem
em
新技术
vh
vw
vmax
vmin
单位运算
calc
颜色
别名
white
transparent
currentColor
#ff0000
CSS盒子
盒模型
content-box
border-box
margin
padding
border
content
元素的显示隐藏
display
visbility
overflow
背景
background
雪碧图
渐变背景
linear-gradient();
radial-gradient()
样式计算
样式的继承与呈叠
样式优先级
CSS Reset
0 条评论
下一页