Template:Mdn.css: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
Leah changed the content model of the page Template:Mdn.css from "wikitext" to "CSS"
No edit summary
Line 1: Line 1:
#bodyContent {
#bodyContent {
   color: red;
   color: red;
}
#content {
border: none;
background: transparent;
}
}

Revision as of 14:12, 19 June 2025

#bodyContent {
  color: red;
}

#content {
	border: none;
	background: transparent;
}