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
No edit summary
No edit summary
 
Line 1: Line 1:
{{#css:
{{#css:
     div {
     div {
         color:hotpink !important;
         color:hotpink;
         font-size:2rem;
         font-size:2rem;
     }
     }
}}
}}
<div>hotpink?</div>
<div>hotpink?</div>

Latest revision as of 13:52, 4 September 2025

hotpink?