initial commit

This commit is contained in:
2020-11-09 23:51:28 +01:00
parent 13ffe47bfc
commit ab38911327
26 changed files with 909 additions and 0 deletions
@@ -0,0 +1,18 @@
body {
background-color: rgb(44, 49, 54);
font-family: Arial, Helvetica, sans-serif;
}
h2 {
color: whitesmoke;
font-size: 2em;
font-family: Georgia, 'Times New Roman', Times, serif;
border-bottom: 5px dotted #e3e7ec;
border-top: 5px dotted white;
width: 50%;
}
form {
color: #3cff00;
font-weight: bold;
}