styling, fixes for resources, accessibility
This commit is contained in:
@@ -11,8 +11,27 @@ header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#download-excursion {
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user