User:Spmtn1/page.css: Difference between revisions
Appearance
Created page with "body { font-family: Verdana; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | body { | ||
background-color: red; | |||
} | |||
p { | |||
color: white; | |||
} | |||
h1 { | |||
color: white; | |||
} | } | ||
Latest revision as of 02:15, 12 March 2026
body {
background-color: red;
}
p {
color: white;
}
h1 {
color: white;
}