美文网首页
使用伪元素first-letter让文字首字母大写

使用伪元素first-letter让文字首字母大写

作者: 你说你很爱她却没有给她一个家 | 来源:发表于2019-06-17 18:11 被阅读0次

    2019-6-17 18:07:08

    未实践


    P {

         font-size: 12px;

         line-height: 1.2;

         width:250px;

       }   

    P::first-letter {

         font-size: 224%;

         margin-top: -5px;     font-weight: bold;

         float:left;

       }   

    SPAN {

         text-transform: uppercase

    }


    <P><SPAN>The first</SPAN> few words of an article

        in The Economist.The first few words of an article

        in The Economist.</P>

    相关文章

      网友评论

          本文标题:使用伪元素first-letter让文字首字母大写

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