Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelle1531 authored Feb 1, 2025
1 parent 2ea3dc2 commit e21324f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,13 @@ section {
background-color: rgb(96, 96, 96);
color: white;
border: none;
padding: 10px 15px;
border-radius: 50%;
padding: 10px 20px;
border-radius: 12px;
cursor: pointer;
font-size: 20px;
transition: background 0.3s ease;
display: none;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

#scrollToTop:hover {
Expand Down

0 comments on commit e21324f

Please sign in to comment.