CSS 参考手册
最后更新于:2022-03-26 21:34:56
CSS 参考手册提供了完整的 CSS 属性列表,每个属性都配有语法说明及实例演示,另外还讲解了 CSS 选择器、颜色值及浏览器支持等相关内容。
- CSS3 [attribute$=value] 选择器
- CSS3 [attribute^=value] 选择器
- CSS3 element1~element2 选择器
- CSS :lang() 选择器
- CSS :first-child 伪元素
- CSS :first-line 伪元素
- CSS :first-letter 伪元素
- CSS :focus 选择器
- CSS :hover 选择器
- CSS :active 选择器
- CSS :visited 选择器
- CSS :link 选择器
- CSS [attribute|=value] 选择器
- CSS [attribute~=value] 选择器
- CSS [attribute=value] 选择器
- CSS [attribute] 选择器
- CSS element+element 选择器
- CSS element>element 选择器
- CSS element,element 选择器
- CSS element element 选择器