diff --git a/index.html b/index.html index 6cf11f5..c83e133 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,8 @@
+ diff --git a/src/Countdown.css b/src/Countdown.css index 2833ba0..f1ae785 100644 --- a/src/Countdown.css +++ b/src/Countdown.css @@ -76,4 +76,23 @@ font-size: 2em; /* Larger labels */ margin-top: 20px; } + + /* Footer copyright */ +.footer-copyright { + position: absolute; + bottom: 20px; /* Position it a bit above the edge */ + width: 100%; + text-align: center; + font-size: 1em; + color: #ffffff; + } + + .footer-copyright a { + color: #ffffff; + text-decoration: none; + } + + .footer-copyright a:hover { + text-decoration: underline; + } \ No newline at end of file