inital commit

This commit is contained in:
2022-02-23 21:55:13 +01:00
commit 52347d357d
9 changed files with 1102 additions and 0 deletions

33
static/css/styles.css Normal file
View File

@ -0,0 +1,33 @@
html, body {
height: 100%;
width: 100%;
background-color: black;
color: white;
overflow: hidden;
margin: 0px;
}
.container {
margin: 0px;
width: 100%;
height: 100%;
outline: dashed 1px black;
display: flex;
margin-left: auto;
margin-right: auto;
/* Setup */
position: relative;
justify-content: center;
align-items: center;
}
.timer {
font-size: 200px;
text-align: center;
}
.testImg{
height: 100%;
width: 100%;
}