ael/app/countdown/css/main.css
2024-10-02 19:57:25 +02:00

20 lines
No EOL
281 B
CSS

*, :root, body {
padding: 0;
margin: 0;
background-color:#8487eb;
height: 100%;
}
object {
outline: none;
width: 100%;
}
object:focus {
outline: none;
}
.clock-container{
display: flex;
align-items: center;
justify-content: flex-start;
}