Awesome CSS Trick

Nov 1, 2022

Live Html in Browser:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Css Trick</title>
</head>
<body>
<style contenteditable="true" style="display: block; white-space: pre;">
    * { transition: all 0.4s; }
    html {
        font-family: monospace;
        font-size: 24px; 
        color: white;
        background: #BADA55;
    }
</style>

</body>
</html>
Great! You've successfully subscribed.
Great! Next, complete checkout for full access.
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.