码迷,mamicode.com
首页 > Web开发 > 详细

2css

时间:2020-07-26 01:24:08      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:indent   颜色   ali   文本   style   span   mic   lin   nbsp   

字体属性

<style>
        body {
            font-family:‘Microsoft YaHei‘;
            font-size: 22px;
            font-weight: 700;
        }
    </style>

文本颜色、对齐文本text-align、装饰文本text-decoration、文本缩进text-indent、行间距line-height

<style>
        body {
            /* text-decoration: underline; */
            /* text-decoration: none; */
            text-decoration:line-through;
        }
    </style>

 

2css

标签:indent   颜色   ali   文本   style   span   mic   lin   nbsp   

原文地址:https://www.cnblogs.com/gao-chao/p/13378031.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!