美文网首页
first-letter

first-letter

作者: 琪33 | 来源:发表于2018-04-25 10:53 被阅读0次
        <style>
            /*伪元素选择器*/
            /* 选中第一个字母*/
            li::first-letter{
                color:red;
                font-size:30px;
            }
        </style>
    </head>
    <body>
    <ul>
        <li>As long as the effort of deep strokes fell great oaks</li>
        <li>只要功夫深,铁杵磨成针</li>
        <li>深いストロークの努力が大きな樫の落ちた限り</li>
    </ul>
    </body>
    

    相关文章

      网友评论

          本文标题:first-letter

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