Digital clock dihital topick

ඩිජිටල් ඔරලෝසුව body { background-color: black; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }

#clock {
font-size: 5em;
color: lime;
font-family: monospace;
}