About page and privacy policy

This commit is contained in:
Ian Gulliver
2020-09-12 05:21:48 +00:00
parent 7c965ea19d
commit 3fe90e8d55
4 changed files with 87 additions and 0 deletions

29
meta.css Normal file
View File

@@ -0,0 +1,29 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@500&display=swap');
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
max-width: 750px;
padding-left: 2ch;
padding-right: 3ch;
margin: 0 auto;
color: #eeeeee;
background: black;
}
a {
color: #eeeeee;
text-decoration: underline;
}
div {
margin-top: 15px;
margin-bottom: 15px;
}
.header {
font-size: 20px;
}