10 lines
117 B
CSS
10 lines
117 B
CSS
body {
|
|
margin: 20px;
|
|
font-family: 'Quicksand', sans-serif;
|
|
font-size: 60px;
|
|
}
|
|
|
|
a {
|
|
color: #009579;
|
|
}
|