MediaWiki:MyStyles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
body { | body { | ||
background-color: | background: yellow; | ||
} | font-size: 20pt; | ||
color: red; | |||
} | |||
}} | }} |
Revision as of 02:45, 21 August 2024
{{#css:
body {
background: yellow;
font-size: 20pt;
color: red;
}
}}