标签:a标签 像素 元素 text inf 字号 高度 颜色 字体
字号:
font-size: 20px; 默认是16px
px: 像素
rem em % 移动端使用的单位
字形:
font-weight: bold;
normal
bold: 加粗
bloder: 更粗
lighter: 更细
也可用数字表示: 默认400; 100-700之间
inherits 继承父元素的粗细值
text-align:left | right | center 水平对齐
text-decoration: underline blue; 蓝色下划线 清除a标签默认样式
color: 颜色
cursor光标:pointer 手形
line-height: 行高 行高=盒子的高度,水平居中
字体:
font-family:
颜色:
标签:a标签 像素 元素 text inf 字号 高度 颜色 字体
原文地址:https://www.cnblogs.com/beallaliu/p/9299182.html