Skip to content

Commit

Permalink
Update buttons.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Law-Dawg360 authored Nov 20, 2024
1 parent a7ff7d8 commit fcb9ce7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Testing/HTML/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,19 @@ defualtButtons {
}
.defualtButtonsWithStyling span {
}
.defualtButtonsWithStyling:hover {

button2 {
background-color: #f0f0f0;
border: 1px solid #ccc;
padding: 10px 20px;
cursor: pointer;
}
button2:hover {
background-color: #e0e0e0;
color: #333;
cursor: pointer;
}

.defualtButtonsWithStyling:hover::after {
button2:hover::after {
content: attr(title);
position: absolute;
top: 100%;
Expand Down

0 comments on commit fcb9ce7

Please sign in to comment.