Archived
1
0

Added About Page and Custom Font

This commit is contained in:
Conrad
2020-01-23 14:35:25 +01:00
parent 005e86d0d2
commit 3fb27ba94a
5 changed files with 65 additions and 68 deletions

View File

@@ -1,3 +1,26 @@
@import url("https://fonts.googleapis.com/css?family=Merriweather&display=swap");
html {
background-color: lightgrey;
}
* {
font-family: "Merriweather", serif;
}
a,
a:visited,
a:hover {
color: red;
}
#tagline {
text-align: center;
font-style: italic;
}
.container {
width: 80%;
margin-left: 10%;
margin-right: 10%;
}