From 61b457848e9a32dc7d205eac08d9ca012c38a173 Mon Sep 17 00:00:00 2001 From: mmessmer Date: Thu, 8 Oct 2020 16:51:14 +0200 Subject: [PATCH] added countdown --- countdown.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ css/styles.css | 23 +++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 countdown.html create mode 100644 css/styles.css diff --git a/countdown.html b/countdown.html new file mode 100644 index 0000000..7f4d1db --- /dev/null +++ b/countdown.html @@ -0,0 +1,50 @@ + + + + + + + The HTML5 Herald + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..a03647b --- /dev/null +++ b/css/styles.css @@ -0,0 +1,23 @@ +body { + + background: url('https://i.pinimg.com/originals/fb/87/77/fb8777dca71c1ce1763b72335f2b1a32.jpg') no-repeat center center fixed; + + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} +#halloween { + + position: absolute; + margin: auto; + top: 0; + left: 0; + bottom: 0; + right: 0; + width: fit-content; + font-size: 5em; + height: fit-content; + color:#dc0909; + font-family: 'Special Elite', cursive; +} \ No newline at end of file