This commit is contained in:
LeoTurlock 2024-04-26 07:57:57 +02:00
parent a29a9f9eb4
commit 3569af37df
4 changed files with 18 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -57,7 +57,14 @@
</a> </a>
<a class="box" href="">
<div class="box-content">
<img class="homepage_gridbanner" src="./assets/images/Server.png" alt="Server">
<h5>Join the server!</h5>
</div>
</a>
<div class="box">4</div> <div class="box">4</div>
<div class="box">5</div> <div class="box">5</div>
<div class="box">6</div> <div class="box">6</div>

View File

@ -118,7 +118,7 @@ body {
align-items: center; align-items: center;
text-decoration: none; text-decoration: none;
color: white; color: white;
transition: background-color 0.75s ease, color 1s ease; transition: background-color 0.75s ease, color 0.75s ease;
} }
.box:hover { .box:hover {
background-color: white; background-color: white;
@ -145,15 +145,23 @@ body {
#discord-box { #discord-box {
background-color: #5865F2; background-color: #5865F2;
color: white; color: white;
transition: background-color 0.75s ease;
display: flex; display: flex;
flex-direction: column;
padding: 25px;
border-radius: 20px;
font-size: 30px;
text-decoration: none;
transition: background-color 0.75s ease;
} }
#discord_div { #discord_div {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center;
transition: filter 0.75s ease; transition: filter 0.75s ease;
} }