Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
MysteriBender changed the content model of the page Test from "CSS" to "wikitext" |
||
| (One intermediate revision by the same user not shown) | |||
| Line 12: | Line 12: | ||
font-size: 20px; | font-size: 20px; | ||
} | } | ||
Latest revision as of 21:18, 9 February 2025
body {
background-color: lightblue;
}
h1 {
color: white; text-align: center;
}
p {
font-family: verdana; font-size: 20px;
}