From eb65ba50c28c02e8c5652824338219d1ea59d275 Mon Sep 17 00:00:00 2001 From: Ebsku <92536157+Ebsku@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:48:43 +0300 Subject: [PATCH] Some more improvements I guess --- src/about.html | 35 +++++++++++++++++++++++++++++++---- src/ecafe/index.html | 11 ++++++++++- src/styles.css | 29 +++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 5 deletions(-) diff --git a/src/about.html b/src/about.html index 96d3033..d5d9276 100644 --- a/src/about.html +++ b/src/about.html @@ -48,18 +48,20 @@ rel="noopener noreferrer" target="_blank" href="https://github.com/Ebsku" - >https://github.com/Ebskugithub.com/Ebsku) and Jorvents (https://github.com/Jorventsgithub.com/Jorvents). Together we make projects like the E-Cafe Minecraft server.

We started Elatteria because we wanted to have a name for our group. Our - goal is to make entartaining projects for everyone. + goal is to make entartaining projects for everyone. We didnt have + Elatteria at first. We wanted to make a Minecraft server but then we got a + idea of making a group so we can make more projects together as a team.
@@ -68,13 +70,38 @@
Profile picture of Ebsku
Ebsku
+
+ GitHub
+ Mastodon +
Profile picture of Ebsku
Jorvents
+
+ GitHub +
diff --git a/src/ecafe/index.html b/src/ecafe/index.html index 396a5fa..9c059ba 100644 --- a/src/ecafe/index.html +++ b/src/ecafe/index.html @@ -12,19 +12,28 @@
  • Projects
  • Links
  • About
  • +
    +
  • + +
  • +

    E-Cafe

    E-Cafe is our Minecraft server featuring multiple gamemodes.
    -
    diff --git a/src/styles.css b/src/styles.css index 046a88c..ac5ae5d 100644 --- a/src/styles.css +++ b/src/styles.css @@ -36,6 +36,10 @@ html { position: relative; } +.section { + background-color: #4fa57a; +} + body { background-image: url("Images/backround.png"); background-repeat: no-repeat; @@ -84,6 +88,27 @@ li { float: left; } +li button { + text-align: center; + background-color: #fee8cb; + right: 0px; + margin-left: 100px; + margin-right: 150px; + margin-top: 30px; + margin-bottom: 5px; + padding: 0px; + font-size: 10px; + width: 70px; +} + +li button:hover { + padding: 0; +} + +.right { + float: right; +} + .active { font-weight: 700; } @@ -179,6 +204,10 @@ img { bottom: 50%; } +.mobile li button { + margin: auto; +} + @media screen and (max-width: 1100px) { .features { display: inline-grid;