可视化CSS, 可编辑

Posted on 2022-11-24 21:20  梦中千秋  阅读(31)  评论(0编辑  收藏  举报
<body>
    <style contenteditable style="display: block;white-space: pre;">
        * {
            transition: all 0.2s;
        }

        html {
            background: pink;
            color: white;
            font-size: 20px;
        }
    </style>
</body>

在这里插入图片描述

在这里插入图片描述