diff --git a/assets/images/vanillacraftsmp.png b/assets/images/vanillacraftsmp.png new file mode 100644 index 0000000..9ba7ca6 Binary files /dev/null and b/assets/images/vanillacraftsmp.png differ diff --git a/assets/images/vanillacraftsmp_noBG.png b/assets/images/vanillacraftsmp_noBG.png new file mode 100644 index 0000000..c2cc8d7 Binary files /dev/null and b/assets/images/vanillacraftsmp_noBG.png differ diff --git a/index.html b/index.html index 85b8d3c..a71bf99 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,14 @@ + +
+ Server +
Join the server!
+
+ +
4
5
6
diff --git a/stylesheet.css b/stylesheet.css index b41d0bb..f82a2a5 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -118,7 +118,7 @@ body { align-items: center; text-decoration: none; color: white; - transition: background-color 0.75s ease, color 1s ease; + transition: background-color 0.75s ease, color 0.75s ease; } .box:hover { background-color: white; @@ -145,15 +145,23 @@ body { #discord-box { background-color: #5865F2; color: white; - transition: background-color 0.75s ease; display: flex; + flex-direction: column; + + padding: 25px; + border-radius: 20px; + font-size: 30px; + + text-decoration: none; + + transition: background-color 0.75s ease; } #discord_div { display: flex; flex-direction: column; align-items: center; - justify-content: center; + transition: filter 0.75s ease; }