Test: Difference between revisions
Jump to navigation
Jump to search
MysteriBender created the page Test using a non-default content model "CSS" |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | |||
background-color: lightblue; | |||
} | |||
h1 { | |||
color: white; | |||
text-align: center; | |||
} | |||
p { | |||
font-family: verdana; | |||
font-size: 20px; | |||
} | |||
Revision as of 21:06, 9 February 2025
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}