15 lines
239 B
CSS
15 lines
239 B
CSS
.header {
|
|
position: absolute;
|
|
top: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 25px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.header-time {
|
|
font-size: 15px;
|
|
} |