段落首字样式

过几天就已经通风机房银行业他人非处方药有机会的话费干活

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
        <style>
            p:first-letter{
    display: block;
    margin: 5px 0 0 5px;
    float: left;
    color: #ff3366;
    font-size: 5.4em;
    font-family: Georgia, Times New Roman, serif;
}
        </style>
    </head>
    <body>
        <p>过几天就已经通风机房银行业他人非处方药有机会的话费干活</p>
    </body>
</html>
原文地址:https://www.cnblogs.com/zhanghailing/p/11995046.html