diff --git a/comingsoon.svg b/comingsoon.svg new file mode 100644 index 0000000..93f567f --- /dev/null +++ b/comingsoon.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + COMING SOON COMING SOON + + + diff --git a/index.html b/index.html index e5fc790..63ba8e4 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@ -

+

diff --git a/style.css b/style.css new file mode 100644 index 0000000..696fb8a --- /dev/null +++ b/style.css @@ -0,0 +1,16 @@ + body { + background-color: black; + margin-top: 10%; + margin-left: 10%; + margin-right: 10%; + font-family: monospace; + color: #AB00FF; + animation: blink 3s infinite alternate; + } + .special { + transform: rotate(180deg); + } + @keyframes blink { + 0% { background: black } + 100% { background: white } + } \ No newline at end of file