Finally I think fixed it maybe

This commit is contained in:
Garrett Brown 2024-03-05 14:13:53 -06:00 committed by GitHub
parent 9928e0b5ed
commit a155067edc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 9 deletions

View File

@ -33,13 +33,7 @@ margin: 0 auto;
position: relative;
display: inline-block;
margin: 0 auto;
font-size: 20px;
border-style: solid;
border-color: black;
border-width: 2px;
border-radius: 5px;
padding: 10px;
color: black;}
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
@ -66,4 +60,4 @@ margin: 0 auto;
.dropdown:hover .dropdown-content {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #7F54A3;}
.dropdown:hover #dropbtn {background-color: #7F54A3;}

View File

@ -8,7 +8,7 @@
<div id="fh-head" width="250px"><nav><a class="fh" href="https://kstatecollegian.com/flint-hills-publications-workshop/">Home</a>
<a class="fh" href="https://kstatecollegian.com/fhpw-advisers/">Advisers</a>
<div class="dropdown">
<a class="dropbtn" href="https://kstatecollegian.com/fhpw-information/">Camp Information</a>
<a class="fh" id="dropbtn" href="https://kstatecollegian.com/fhpw-information/">Camp Information</a>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>