diff --git a/index.html b/index.html index bc15c7e..7641ed1 100644 --- a/index.html +++ b/index.html @@ -523,6 +523,23 @@
Quick Links
background-color: #0A66C2; font-family: "SF Pro Text", Helvetica, sans-serif; } + .libutton:hover{ + display: flex; + flex-direction: column; + justify-content: center; + padding: 7px; + text-align: center; + outline: none; + text-decoration: none ; + color: #0A66C2 ; + width: 200px; + height: 32px; + border-radius: 16px; + background-color: black; + + border-color: #0A66C2; + font-family: "SF Pro Text", Helvetica, sans-serif; + }