css样式第二课

文本样式

width 文本宽度 

text-indet 首行缩进

text-align: center;对齐方式,居中 

text-decoration: overline;上划现 underline下划线与使用u标签一样

text-decoration: line-through; 删除线,相当于s 

line-height: 30px;行高 

word-break: break-all;自动换行 

white-space: normal;文字不换行

overflow: hidden;/* 超出的时候隐藏 

text-overflow: ellipsis; 省略,三条一起用显示省略号 

font-family: "microsoft yahei,simsun,simhei";

字体,微软雅黑 ,常用

font-size: 14px; 字体大小 

font-weight: bold;字体粗细

font-style: normal;正常,斜体italic,倾斜oblique

color: rgba(255,255,255,0.8);颜色,最后一个值是透明度 

}

posted @ 2020-04-15 10:51  2020小白  阅读(127)  评论(0编辑  收藏  举报