mirror of
https://github.com/binarydigitlol/gametimer.git
synced 2025-06-20 17:02:25 +00:00
34 lines
456 B
CSS
34 lines
456 B
CSS
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
|
|
|
|
* {
|
|
font-family: "Press Start 2P";
|
|
}
|
|
|
|
|
|
#timer label {
|
|
font-size: xx-large;
|
|
}
|
|
|
|
#container button {
|
|
margin: 8px 0px;
|
|
}
|
|
|
|
#container {
|
|
position: fixed;
|
|
left: 50%;
|
|
text-align: center;
|
|
padding: 10px;
|
|
transform: translate(-50%, 0%);
|
|
}
|
|
|
|
#controls {
|
|
margin: 10px;
|
|
}
|
|
|
|
footer {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
} |