diff --git a/E-Cafe Website/Images/Background.jpg b/E-Cafe Website/Images/Background.jpg deleted file mode 100644 index 7018938..0000000 Binary files a/E-Cafe Website/Images/Background.jpg and /dev/null differ diff --git a/E-Cafe Website/Images/Duck.png b/E-Cafe Website/Images/Duck.png new file mode 100644 index 0000000..2ada208 Binary files /dev/null and b/E-Cafe Website/Images/Duck.png differ diff --git a/E-Cafe Website/Images/TopBarDay.png b/E-Cafe Website/Images/TopBarDay.png new file mode 100644 index 0000000..f204e5a Binary files /dev/null and b/E-Cafe Website/Images/TopBarDay.png differ diff --git a/E-Cafe Website/Images/TopBarNight.png b/E-Cafe Website/Images/TopBarNight.png new file mode 100644 index 0000000..abab118 Binary files /dev/null and b/E-Cafe Website/Images/TopBarNight.png differ diff --git a/E-Cafe Website/about.html b/E-Cafe Website/about.html new file mode 100644 index 0000000..e66d859 --- /dev/null +++ b/E-Cafe Website/about.html @@ -0,0 +1,37 @@ + + + + About - E-Cafe + + + +
+ +
+

+ About +

+
+

Made by

+
+ Profile picture of Ebsku +
Ebsku
+
+
+ + + \ No newline at end of file diff --git a/E-Cafe Website/index.html b/E-Cafe Website/index.html index 28275bc..45a8807 100644 --- a/E-Cafe Website/index.html +++ b/E-Cafe Website/index.html @@ -10,6 +10,9 @@ @@ -20,9 +23,7 @@

Welcome to E-Cafe!
We're a small community with a Discord server, a Minecraft server

- + Discord + \ No newline at end of file diff --git a/E-Cafe Website/styles.css b/E-Cafe Website/styles.css index 82f2524..d46937a 100644 --- a/E-Cafe Website/styles.css +++ b/E-Cafe Website/styles.css @@ -20,12 +20,23 @@ body { } header { background-color: rgb(42, 42, 42); + background-image: url("Images/TopBarNight.png"); + background-repeat: no-repeat; + background-size: 100%; + background-position: center; + padding: 2%; + text-align: center; +} + +header .logo a{ + margin: 1%; background-image: url("Images/E-CafeIcon.png"); background-repeat: no-repeat; - background-size: 5%; - background-position: center; + display: inline-block; position: relative; - padding: 2%; + background-size: 100%; + height: 200px; + width: 200px; } ul { @@ -36,7 +47,7 @@ ul { li { display: inline-block; - margin: 0 1% 0 0; + margin: 0 7% 0 0; font-size: 40px; } @@ -45,8 +56,8 @@ button { color: white; transform: scale(3, 3); width: 80px; - margin: 7%; - text-align: center; + margin: 5%; + position: absolute; } a { @@ -63,4 +74,29 @@ iframe.discord { display: flex; justify-content: left; margin-bottom: 0%; +} + +.features img { + border: 1px solid white; + border-radius: 50%; + box-shadow: gray 0 0 20px; +} + +.features { + color: white; + padding: 2%; + display: flex; + flex-direction: row; + text-align: center; +} + +.center { + text-align: center; +} + +footer { + background-color: rgb(42, 42, 42); + text-align: center; + padding: 20px 20px; + color: gray; } \ No newline at end of file