Skip to content

Instantly share code, notes, and snippets.

@mejdzer
mejdzer / countdown-clock.html
Created November 8, 2019 15:17 — forked from peternatewood/countdown-clock.html
A simple, efficient countdown clock. No jQuery required.
<!DOCTYPE html>
<html>
<head>
<title>Countdown Clock</title>
<meta charset="utf-8"/>
<style type="text/css">
#countdown-container {
display: -ms-flex;
display: -moz-flex;
display: -webkit-flex;