码迷,mamicode.com
首页 > 其他好文 > 详细

font-variant: small-caps

时间:2015-10-17 09:26:03      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>GETTING STARTED WITH BRACKETS</title>
        <meta name="description" content="An interactive getting started guide for Brackets.">
        <link rel="stylesheet" href="main.css">
    </head>
    <body>
        <h1>The Uses of <code>font-variant</code> On the Web</h1>
        <p>The property  <code>font-variant</code> is very interesting...</p>
    </body>
</html>
h1 {
    font-variant: small-caps;
}

h1 code, p {
    font-variant: normal;
}

技术分享

font-variant: small-caps

标签:

原文地址:http://www.cnblogs.com/fatoland/p/4886877.html

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