commit f9576f18d5aa8ab9d9fb308738cc3e8db034f0e7 Author: MoxiFoxi411 Date: Thu Mar 13 20:06:15 2025 +0100 First commit diff --git a/index.html b/index.html new file mode 100644 index 0000000..cb8ad8b --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + + + + moxifoxi + + + +
+ moxifoxi logo +
+ +
+ +
+ +
+

+ ⚠️Under construction⚠️ +

+
+ + + \ No newline at end of file diff --git a/pictures/moxifoxiLogo.png b/pictures/moxifoxiLogo.png new file mode 100644 index 0000000..898bf01 Binary files /dev/null and b/pictures/moxifoxiLogo.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..35b6b4c --- /dev/null +++ b/style.css @@ -0,0 +1,48 @@ +body{ + font-family: Arial, Helvetica, sans-serif; + + margin: 0%; + display: flex; + flex-direction: column; + align-items: center; + background-color: black; + + height: 100%; +} + +header { + display: flex; + align-items: center; + justify-content: center; + + width: 100%; + + background-color: rgba(0,0,0,0.2); + + backdrop-filter: blur(5px); +} + +img { + height: 2em; + margin: 1em; +} + +#glow { + position:absolute; + z-index: -1; + + top: -50%; + + width: 100%; + height: 500px; + + background-image: radial-gradient(rgba(255, 77, 0, 0.5) 0%, rgba(0,0,0,0)70%); +} + +h2 { + color: white; +} +main{ + padding: 15em 0 15em 0; + height: 80%; +} \ No newline at end of file