21 lines
169 B
CSS
21 lines
169 B
CSS
body {
|
|
|
|
background-color: #4A245E;
|
|
|
|
|
|
}
|
|
|
|
h1, p, ul {
|
|
|
|
font-family: Lato, sans-serif;
|
|
text-align: left;
|
|
color: white;
|
|
font-size: 3vw;
|
|
|
|
}
|
|
|
|
p, ul {
|
|
|
|
font-size: 1vw;
|
|
|
|
} |