Added tools

This commit is contained in:
2023-10-31 19:44:06 +01:00
parent 4d4591fb2d
commit 470147c5cd
7 changed files with 169 additions and 29 deletions

25
static/css/style.css Normal file
View File

@ -0,0 +1,25 @@
:root {
font-family: monospace;
color: white;
background: black;
}
html, body {
margin: 0;
width: 100%;
min-height: 100vh;
box-sizing: border-box;
}
body {
padding: 15px;
}
a {
color: yellow;
}
hr {
border: none;
height: 2em;
}