Digital Clock with Colorful Glowing Effect using HTML CSS & JavaScript

preview_player
Показать описание
Digital Clock with Colorful Glowing Effect using HTML CSS & JavaScript

Music Credit:
Track: BEAUZ & JVNA - Crazy [NCS Release]
Music provided by NoCopyrightSounds.

Track: Lost Sky - Dreams pt. II (feat. Sara Skinner) [NCS Release]
Music provided by NoCopyrightSounds.
Рекомендации по теме
Комментарии
Автор

This was so easy to follow along with. Thanks!

kumakuma
Автор

Hola, no entiendo ingles pero me encanta que solo uses musica, muy buenos tutoriales, nuevo subscriptor.. Saludos desde Mexico, City 💥💥💥💥❤

Kun.
Автор

bro please make one video how to add preloader by code not by gif please.

AmanRaj-skws
Автор

please explain how i can set the time of las vegas in this clock.

stefansiroo
Автор

u are master of coding love videos
and plz tell how to creat keybord

dakshkeshari
Автор

You Expect More Subscribers Likes And Views

naateshwar__
Автор

My little js upgrade:

let meridiem = hours > 12 ? "PM" : "AM"

hours = `0${hours}`.slice(-2)
minutes = `0${minutes}`.slice(-2)
seconds = `0${seconds}`.slice(-2)

time.textContent = ${meridiem}`

sergeyinozemcev
Автор

5:54 we get to the Scripting... that's where I need to be.

GR_BackingTracks