CSS文字相对位置

<!DOCTYPE html>
<html>
    <head>
        <style>
            strong {
                position: relative;
                bottom: 20px;
            }
        </style>
    </head>
    <body>
        <p>这<strong>是</strong>一句话。</p>
    </body>
</html>

一句话。

评论

发表评论

了解 数据控|突破是我们的每一步 的更多信息

立即订阅以继续阅读并访问完整档案。

继续阅读