diff --git a/index.html b/index.html index 6bfc53a..b239d78 100644 --- a/index.html +++ b/index.html @@ -408,6 +408,30 @@ justify-content: center; } } + + .dropdown { + position: relative; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: #f9f9f9; + min-width: 155px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + text-align: left; + color: black; + border-radius: 6px; + } + + .dropdown:hover .dropdown-content { + display: block; + } + + .dropdown-content > div { + color: black; + border-bottom: solid 1px #e5e5e5; + }
@@ -598,21 +622,75 @@

Ready to Host Your Own Server?

Check out our trusted hosting partners or download the server software to host it yourself.

- - Windows - - - - Linux Builds - - -
+ + Windows + + + + Linux Builds + + +