DEV Community

Discussion on: Build your own digital clock using JavaScript

Collapse
 
brandonwallace profile image
brandon_wallace

I suggest using a monospace font for the digits because you will get text shifting every time the number changes to 1 due to the fact that number is more narrow than the others. By the way, nice project.
You can add some responsiveness with a media query so that it fits on the screen of a phone.