我的CSS样式记事本(1)

文本
行高: line-height
对齐方式: text-align
字符间距: letter-spacing
文本修饰: text-decoration
字体
设置字体所有: font
字体类型: font-family
字体大小: font-size
字体粗细: fong-weight
字体颜色: color
背景
背景: background
背景颜色: background-color
背景图片: background-image
平铺方式: background-repeat
初始位置: background-position
盒子
边界属性(外边距):
上边距: margin-top
右边距: margin-right
下边距: margin-bottom
左边距: margin-left
同时设置: margin 上 右 下 左
边框属性:
边框样式: border-style
变宽宽度: border-width
边框颜色: border-color
同时设置: border 上 右 下 左
填充属性(内边距)
上内边距: padding-top
右内边距: padding-right
下内边距: padding-bottom
左内边距: padding-left
同时设置: padding 上 右 下 左
内容属性:
宽度: width
高度: height

原文地址:https://www.cnblogs.com/you-zi/p/4339894.html