css設定文字屬性的樣本

來源:互聯網
上載者:User
css部分

<style>        pre {            color: red;            background-color: cornsilk;            /*文字大小*/            font-size: 18px;            /*文字 字型,個別字型 在不同的系統中不支援,設定多個字型實現多系統相容*/            font-family: Aharoni, Andalus, "Angsana New";            /*文字 粗細,100-900的100整數倍,normal(400),bold(700)*/            font-weight: 900;            /*字型的風格 normal正常,inherit瀏覽器文字傾斜顯示,oblique使文字傾斜*/            font-style: inherit;            /*字元之間的 距離*/            letter-spacing: 5px;            /*英文 字元之間的距離,如果中文之間 有空格 也會對 空格起作用*/            word-spacing: 7px;        }        ul li {            /*font: 樣式style 粗細 尺寸 字型類型;*/        }    </style>

boday部分

<body><pre>    今天是2016年6月17日,北京,天氣晴</pre><hr><ul>    <li>設定字型大小:20px</li>    <li>設定字型加粗x</li>    <li>設定字型傾斜顯示</li>    <li>設定字型類型</li></ul></body>

以上就是css設定文字屬性的樣本的內容,更多相關內容請關注topic.alibabacloud.com(www.php.cn)!

  • 相關文章

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.