chengaofeng
发布于 2024-09-04 / 10 阅读
0
0

css知识点枚举,仅枚举知识点,不做解释

  1. 选择器(Selectors)

  2. 类选择器(Class Selector)

  3. ID 选择器(ID Selector)

  4. 元素选择器(Element Selector)

  5. 属性选择器(Attribute Selector)

  6. 伪类(Pseudo-classes)

  7. 伪元素(Pseudo-elements)

  8. 组合选择器(Combinator Selectors)

  9. 后代选择器(Descendant Selector)

  10. 子选择器(Child Selector)

  11. 相邻兄弟选择器(Adjacent Sibling Selector)

  12. 通用选择器(Universal Selector)

  13. 群组选择器(Group Selector)

  14. 优先级(Specificity)

  15. 继承(Inheritance)

  16. 盒模型(Box Model)

  17. 边距(Margin)

  18. 内边距(Padding)

  19. 边框(Border)

  20. 内容(Content)

  21. 宽度(Width)

  22. 高度(Height)

  23. 外边距合并(Margin Collapse)

  24. 显示(Display)

  25. 可见性(Visibility)

  26. 定位(Positioning)

  27. 静态定位(Static Positioning)

  28. 相对定位(Relative Positioning)

  29. 绝对定位(Absolute Positioning)

  30. 固定定位(Fixed Positioning)

  31. 粘性定位(Sticky Positioning)

  32. 浮动(Float)

  33. 清除浮动(Clear Float)

  34. Flexbox 布局

  35. Grid 布局

  36. 表格布局(Table Layout)

  37. 多列布局(Multi-column Layout)

  38. 媒体查询(Media Queries)

  39. 响应式设计(Responsive Design)

  40. 字体(Fonts)

  41. 字体系列(Font Family)

  42. 字体大小(Font Size)

  43. 字体样式(Font Style)

  44. 字体粗细(Font Weight)

  45. 字体变体(Font Variant)

  46. 行高(Line Height)

  47. 文本对齐(Text Alignment)

  48. 文本装饰(Text Decoration)

  49. 文本缩进(Text Indentation)

  50. 文本变换(Text Transformation)

  51. 字母间距(Letter Spacing)

  52. 单词间距(Word Spacing)

  53. 文本阴影(Text Shadow)

  54. 颜色(Color)

  55. 背景(Background)

  56. 背景颜色(Background Color)

  57. 背景图片(Background Image)

  58. 背景重复(Background Repeat)

  59. 背景位置(Background Position)

  60. 背景尺寸(Background Size)

  61. 背景附件(Background Attachment)

  62. 边框样式(Border Style)

  63. 边框宽度(Border Width)

  64. 边框颜色(Border Color)

  65. 边框半径(Border Radius)

  66. 轮廓(Outline)

  67. 轮廓样式(Outline Style)

  68. 轮廓宽度(Outline Width)

  69. 轮廓颜色(Outline Color)

  70. 轮廓偏移(Outline Offset)

  71. 阴影(Box Shadow)

  72. 透明度(Opacity)

  73. 过渡(Transitions)

  74. 动画(Animations)

  75. 关键帧(Keyframes)

  76. 变换(Transforms)

  77. 旋转(Rotate)

  78. 缩放(Scale)

  79. 平移(Translate)

  80. 倾斜(Skew)

  81. 滤镜(Filters)

  82. 渐变(Gradients)

  83. 线性渐变(Linear Gradient)

  84. 径向渐变(Radial Gradient)

  85. 重复渐变(Repeating Gradient)

  86. CSS 变量(CSS Variables)

  87. 自定义属性(Custom Properties)

  88. 计算属性(Calc)

  89. 伪类选择器(Pseudo-class Selectors)

  90. 伪元素选择器(Pseudo-element Selectors)

  91. 属性选择器(Attribute Selectors)

  92. 组合选择器(Combinator Selectors)

  93. 继承(Inheritance)

  94. 优先级(Specificity)

  95. 层叠(Cascade)

  96. 重置样式(CSS Reset)

  97. 预处理器(Preprocessors)

  98. Sass

  99. Less

  100. PostCSS


评论