H2notopmargin.css: Difference between revisions

From Kronopolis and the Flat Plane
mNo edit summary
Tag: wikieditor
mNo edit summary
Tag: wikieditor
Line 1: Line 1:
{{#css:
h2 {
h2 {
color:pink !important;
color:pink !important;
margin-top:0;
margin-top:0;
}
}
}}

Revision as of 16:11, 24 August 2023

h2 { color:pink !important; margin-top:0; }