2024-10-30 22:30:09 +01:00
|
|
|
#clock {
|
|
|
|
position: relative;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
|
|
|
|
width: $full-width;
|
|
|
|
height: $full-height;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clock {
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 240px;
|
|
|
|
left: 1144px;
|
|
|
|
|
2024-10-31 08:52:46 +01:00
|
|
|
font-family: "uroob";
|
2024-10-30 22:30:09 +01:00
|
|
|
font-weight: 600;
|
2024-10-31 08:52:46 +01:00
|
|
|
font-size: 80px;
|
2024-10-30 22:30:09 +01:00
|
|
|
}
|