37 lines
545 B
CSS
37 lines
545 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 {
|
|
color: aquamarine;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.section-header {
|
|
font-family: Verdana;
|
|
font-weight: 300;
|
|
font-size: 42px;
|
|
color: white;
|
|
}
|
|
|
|
#article-paragraph {
|
|
font-family: Verdana;
|
|
font-size: 21px;
|
|
color: gray;
|
|
}
|
|
|
|
#copyright {
|
|
text-align: right;
|
|
color: gray;
|
|
padding-right: 8px;
|
|
} |