Skip to content

Commit

Permalink
homepage 9
Browse files Browse the repository at this point in the history
  • Loading branch information
dokester committed Jun 10, 2024
1 parent de1c5bd commit ed51498
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| 5. [Versions](#versions) | | |
-->

<div class="dropdown">
<div class="dropdown2">
<span style="background-color: DodgerBlue; color: White; border:5px
solid DodgerBlue">Contents</span>
<div class="dropdown-content">
Expand Down
18 changes: 8 additions & 10 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,14 @@

<style>

.right {
position: absolute;
right: 0px;
width: 300px;
border: 3px solid #73AD21;
padding: 10px;
}


.dropdown {
position: absolute;
right: 230px;
width: 100px;
display: inline-block;
}
.dropdown2 {
position: absolute;
right: 3500px;
display: inline-block;
}

Expand All @@ -50,6 +45,9 @@
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown2:hover .dropdown-content {
display: block;
}
</style>

</head>
Expand Down

0 comments on commit ed51498

Please sign in to comment.