Difference between revisions of "Template:Testpage/styles.css"
Jump to navigation
Jump to search
Tanklovesyou (talk | contribs) |
Tanklovesyou (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | body {background-color: | + | body { |
| + | background-color: #050B0B; | ||
| + | } | ||
| + | |||
| + | h1 { | ||
| + | color: #E4B85D; | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | p { | ||
| + | font-family: verdana; | ||
| + | font-size: 20px; | ||
| + | color: #FDFDFD; | ||
| + | } | ||
Latest revision as of 14:32, 26 February 2021
body {
background-color: #050B0B;
}
h1 {
color: #E4B85D;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
color: #FDFDFD;
}