inital commit
This commit is contained in:
33
static/css/styles.css
Normal file
33
static/css/styles.css
Normal 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%;
|
||||
}
|
Reference in New Issue
Block a user