diff --git a/coming soon/index.html b/coming soon/index.html new file mode 100644 index 0000000..2b8397c --- /dev/null +++ b/coming soon/index.html @@ -0,0 +1,53 @@ + + + + + + + coming soon + + + + +
+

coming soon

+

+ +
+ + + + diff --git a/coming soon/style.css b/coming soon/style.css new file mode 100644 index 0000000..967e886 --- /dev/null +++ b/coming soon/style.css @@ -0,0 +1,45 @@ +@import url('https://fonts.googleapis.com/css2?family=Exo:wght@200&display=swap'); + +* { + padding: 0; + margin: 0; + box-sizing: border-box; + font-family: 'Exo', sans-serif; +} + +#main { + width: 100%; + height: 100vh; + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + background-color: #181818; +} + +.txt { + font-size: 5rem; + border-radius: 10px; + text-transform: uppercase; + color: #ff4917; + text-shadow: + 0 0 2rem #ff4917, + 0 0 4rem #ff4917; + padding: 2rem 2.5rem; + box-shadow: 0 0 .8rem #08F, + inset 0 0 .8rem #08f; + margin: 3rem 0rem; + border: solid 3px rgb(23, 138, 240); +} + +.countdown { + font-size: 22px; + margin: 1rem 0rem; + color: #f0f8ff; +} + +.copyright { + color: #ffffff; + font-size: 1rem; + margin: 3rem 0rem; +} \ No newline at end of file