20 lines
252 B
CSS
20 lines
252 B
CSS
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;
|
|
} |