diff --git a/Jax.jpg b/Jax.jpg deleted file mode 100644 index 94506cc..0000000 Binary files a/Jax.jpg and /dev/null differ diff --git a/index.html b/index.html index 2397d2d..c0ac01e 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,9 @@
- Jax -
+
+ Jax +

Coming Soon...

+
\ No newline at end of file diff --git a/jax.png b/jax.png new file mode 100644 index 0000000..2d52504 Binary files /dev/null and b/jax.png differ diff --git a/styles.css b/styles.css index ed30d08..ce91cc2 100644 --- a/styles.css +++ b/styles.css @@ -13,10 +13,23 @@ body, html { align-items: center; } +.content { + text-align: center; +} + .spin { animation: spin 4s linear infinite; } +.coming-soon { + line-height: 80px; + font-family: 'Open Sans', sans-serif; + font-weight: 700; + font-size: 50pt; + margin-top: 20px; + text-align: center; +} + @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }