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
- Host: GitHub
- URL: https://github.com/bakna2t/clock
- Owner: bakNa2t
- Created: 2023-04-03T12:30:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T08:38:51.000Z (over 1 year ago)
- Last Synced: 2023-12-26T08:24:17.068Z (over 1 year ago)
- Language: CSS
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)---