Day.01.11 css的文本属性

作者: 挂树上的骷髅怪 | 来源:发表于2017-01-11 21:59 被阅读17次
<!DOCTYPE html>
<html>
 <head>
 <meta  charset="utf-8">
  <title> css的文本属性 </title>
 </head>
 <body >
        <p style="color:red;line-height:30px;letter-spacing:2px;background-color:silver;width:300px;height:300px;text-align:center;text-decoration:line-through">hello,word <br> 你好,二零一七</p>
        <p style="text-indent:2em;font-size:20px;">“有人说,时间可以治愈一切。我不这么认为,伤口一直存在着,有时候,意识为了保护神志,会用伤疤覆盖,减轻伤痛,但它永远不会消失。”</p>
        <p style="text-transform:uppercase;word-spacing:50px;">UITableView hhhh xxxx</p>
 </body>
</html>

第一个p标签:
第二个p标签:
第三个p标签:

相关文章

网友评论

    本文标题:Day.01.11 css的文本属性

    本文链接:https://www.haomeiwen.com/subject/umgrbttx.html