You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
123 B
CSS
13 lines
123 B
CSS
4 years ago
|
body {
|
||
|
background-color: #003;
|
||
|
color: #5bf;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #8df;
|
||
|
}
|
||
|
|
||
|
h1, h2, h3, h4, h5, h6 {
|
||
|
font-family: sans-serif;
|
||
|
}
|