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:
     .test {
     div {
         background:hotpink;
         background:hotpink;
         size:2em;
         size:2em;
     }
     }
}}
}}
<div class="test">
<div>
hotpink?
hotpink?
</div>
</div>

Revision as of 13:48, 4 September 2025

hotpink?