阅读
在学习枯燥难懂的盒模型之前,我们先学习一些简单的
http://www.w3school.com.cn/cssref/pr_background-image.asp
背景属性:
- background
- background-color
- background-image
- background-repeat
- background-position
边框
边框属性:
http://www.w3school.com.cn/css/css_border.asp
- border
- border-color
- border-style
- border-width
- border的上下左右
列表
http://www.w3school.com.cn/css/css_list.asp
- list-style
- list-style-type
- list-style-image
链接
http://www.w3school.com.cn/css/css_link.asp
- a:link
- a:visited
- a:hover
- a:active
高级选择器
- 选择器的分组与继承 http://www.w3school.com.cn/css/css_syntax_pro.asp
- 派生选择器 http://www.w3school.com.cn/css/css_syntax_descendant_selector.asp
- 伪类选择器 https://developer.mozilla.org/zh-CN/docs/Learn/CSS/Introduction_to_CSS/Pseudo-classes_and_pseudo-elements
- 组合 https://developer.mozilla.org/zh-CN/docs/Learn/CSS/Introduction_to_CSS/Combinators_and_multiple_selectors
- 选择器的优先级 https://developer.mozilla.org/zh-CN/docs/Learn/CSS/Introduction_to_CSS/Cascade_and_inheritance