Created stylesheet
This commit is contained in:
20
data/style.css
Normal file
20
data/style.css
Normal 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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user