bakNa2t / clock

Elementary digital clock with DOM control and adaptive for small screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Digital Clock

About

Elementary digital clock with DOM control and adaptive for small screen


Languages

Language:CSS 50.1%Language:HTML 29.8%Language:JavaScript 20.1%