18 lines
279 B
CSS
18 lines
279 B
CSS
html {
|
|
background-color: black;
|
|
text-align: center;
|
|
}
|
|
|
|
header {
|
|
font-family: Verdana;
|
|
font-weight: normal;
|
|
font-size: 50px;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
#download-excursion {
|
|
color: aquamarine;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
} |