Created stylesheet

This commit is contained in:
Alex Alvarado
2022-04-11 20:44:17 +02:00
parent 4f02308df2
commit b2a9a58a60

20
data/style.css Normal file
View File

@ -0,0 +1,20 @@
html {
width: 100%;
height: 100%;
}
#euss {
margin-left: 1em;
}
#mainmenu {
background-color: rgb(255, 60, 0);
color: white;
}
#chrono {
font-size: 2em;
margin-left: auto;
margin-right: auto;
text-align: center;
}