An open API service indexing awesome lists of open source software.

https://github.com/bakna2t/clock

Elementary digital clock with DOM control and adaptive for small screen
https://github.com/bakna2t/clock

Last synced: 3 months ago
JSON representation

Elementary digital clock with DOM control and adaptive for small screen

Awesome Lists containing this project

README

        

Digital Clock

#### What has been implemented:

- responsive design for small screens
- using javacript constructor `new Date()` to get values of hours, minutes and seconds
- succinct and simple CSS style
- switching time format AM/PM
- before single digit number add zero
- rotate class `.dots` by the specified angle with JS
- click here to see the live demo => [_**Digital Clock**_](https://bakna2t.github.io/clock/)

---



Digital Clock