摘要: 1.引入外部字体 @font-face{ font-family: src: url();} family后面跟字体名称 url后面是字体所在位置 2.引入外部图标 通过阿里巴巴矢量图标库引入 @font-face { font-family: 'iconfont'; /* project id 1 阅读全文
posted @ 2020-04-15 16:17 2020小白 阅读(197) 评论(0) 推荐(0)
摘要: 文本样式 width 文本宽度 text-indet 首行缩进 text-align: center;对齐方式,居中 text-decoration: overline;上划现 underline下划线与使用u标签一样 text-decoration: line-through; 删除线,相当于s 阅读全文
posted @ 2020-04-15 10:51 2020小白 阅读(131) 评论(0) 推荐(0)