Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TestCSS: Difference between revisions

From Kronopolis and the Flat Plane
mNo edit summary
No edit summary
Line 1: Line 1:
{{#css:div{background:hotpink;size:2em;}}}
{{#css:
    div {
        color:hotpink !important;
        font-size:2rem;
    }
}}
<div>hotpink?</div>
<div>hotpink?</div>

Revision as of 13:51, 4 September 2025

hotpink?