CSS篇
你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。
字体篇
- 字体颜色 color
- 字体大小 font-size(默认16px,最小值10px)
- 字体样式 font-style
- 字体加粗 font-weight
文字篇
- 对齐方式 text-align:left/center/right
- 下划线 text-decor
- 缩进 test-indent
- 行高 line-height
背景篇
- 背景色 background-color
- 背景色 background-image
- 背景不重复 background-repeat
- 背景图大小 background-size
- 背景定位 background-position 3种值 百分比/具体值/英文
- 渐变色 linear-gradient
边框篇
- border:
- border-width 宽度
- border-style 边框样式
- border-color 边框颜色