More changes

This commit is contained in:
Ebsku 2022-12-11 14:47:11 +02:00
parent f07235235e
commit e30705d1d3
6 changed files with 27 additions and 13 deletions

View File

@ -25,13 +25,13 @@
<img src="Images/Duck.png" alt="Profile picture of Ebsku"> <img src="Images/Duck.png" alt="Profile picture of Ebsku">
<figcaption>Ebsku</figcaption> <figcaption>Ebsku</figcaption>
</figure> </figure>
</section> </section>
<!--
<iframe <iframe
class="discord" class="discord"
src="https://discord.com/widget?id=1003699887239610480&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"> src="https://discord.com/widget?id=1003699887239610480&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts">
</iframe> </iframe>
<footer>
--> <a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>
</body> </body>
</html> </html>

View File

@ -13,7 +13,10 @@
<nav> <nav>
<ul> <ul>
<li><a href="index.html">Home</a></li> <li><a href="index.html">Home</a></li>
<li><a href="games.html">Other Games</a></li> <li><a href="games.html">Games</a></li>
<li class="logo"><a href="index.html"></a></li>
<li>Links</li>
<li><a href="about.html">About</a></li>
</ul> </ul>
</nav> </nav>
</header> </header>
@ -28,6 +31,9 @@
</div> </div>
<button>Guess</button> <button>Guess</button>
<footer>
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>
</body> </body>
</html> </html>

View File

@ -7,7 +7,7 @@ section.gamedle-section {
} }
section.gamedle-section div { section.gamedle-section div {
background: rgb(42, 42, 42); background: rgba(42, 42, 42, 0.75);
color: white; color: white;
margin: 1%; margin: 1%;
display: inline-block; display: inline-block;
@ -15,7 +15,7 @@ section.gamedle-section div {
} }
div.gamedle-section { div.gamedle-section {
background: rgb(42, 42, 42); background: rgba(42, 42, 42, 0.75);
color: white; color: white;
margin: 1%; margin: 1%;
display: flex; display: flex;

View File

@ -16,6 +16,9 @@
<ul> <ul>
<li><a href="index.html">Home</a></li> <li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li> <li><a href="games.html">Games</a></li>
<li class="logo"><a href="index.html"></a></li>
<li>Links</li>
<li><a href="about.html">About</a></li>
</ul> </ul>
</nav> </nav>
</header> </header>
@ -30,5 +33,8 @@
<button> <button>
Speechle Speechle
</button> </button>
<footer>
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>
</body> </body>
</html> </html>

View File

@ -23,6 +23,7 @@
<p><strong>Welcome to E-Cafe!</strong><br> <p><strong>Welcome to E-Cafe!</strong><br>
We're a small community with a Discord server, a Minecraft server</p> We're a small community with a Discord server, a Minecraft server</p>
</section> </section>
<footer>
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a> <a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer> </footer>
</body> </body>

View File

@ -56,8 +56,8 @@ button {
color: white; color: white;
transform: scale(3, 3); transform: scale(3, 3);
width: 80px; width: 80px;
margin: 5%; margin: 7%;
position: absolute; text-align: center;
} }
a { a {
@ -90,13 +90,14 @@ iframe.discord {
text-align: center; text-align: center;
} }
.center {
text-align: center;
}
footer { footer {
background-color: rgb(42, 42, 42); background-color: rgb(42, 42, 42);
text-align: center; text-align: center;
padding: 20px 20px; padding: 20px 20px;
color: gray; color: gray;
margin-top: -50px;
position: fixed;
bottom:0;
width: 100%;
z-index: 1;
} }