funfordima / CountDownTimer

Countdown timer for your website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CountDownTimer

Countdown timer for your website

Installation

You must set the end date in the "deadline" variable.

Use the identifier "#timer" for the container with your timer (</div id = "timer">).

Use the ".hours" class to display the time in hours of your html document (</div class = "hours">).

Use the ".minutes" class to display the time in minutes of your html document (</div class = "minutes">).

Use the ".seconds" class to display the time in seconds in your html document (</div class = "seconds">).

About

Countdown timer for your website


Languages

Language:JavaScript 100.0%