Day.01.11 css的文本属性

<!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标签:

    原文作者:挂树上的骷髅怪
    原文地址: https://www.jianshu.com/p/5edde49c2039
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞