first commit

This commit is contained in:
Crony Akatsuki 2023-03-23 21:00:39 +01:00
commit 68119ea532
9 changed files with 949 additions and 0 deletions

30
static/css/style.css Normal file
View file

@ -0,0 +1,30 @@
body {
max-width: 900px;
margin: auto;
background: #303446;
color: #c6d0f5;
}
h1 {
font-size: 250%;
text-align: center;
}
a {
color: #f2d5cf;
text-decoration: none;
font-style: bold;
padding: 5px;
}
a:hover {
text-decoration: underline;
}
code {
background: #414559;
border-radius: 10px;
font-size: 105%;
padding: 2px;
}