Skip to content

Commit

Permalink
chore: Update contributors.css styling for animation and button weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewansh07 committed Oct 1, 2024
1 parent 759e057 commit 570f30c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions css/contributors.css
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,14 @@ body {
#myBtn:hover {
background-color: #555;
}

#animation {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
width: 100%;
background-color: #f5f5f5;
}
#animation {
transition: all 1s;
}
Expand All @@ -632,6 +639,6 @@ body {
}
.box #loadMore:hover {
color: black;
font-weight: 600;
font-weight: 500;
box-shadow: inset 120px 0 0 0 #fe0c43;
}

0 comments on commit 570f30c

Please sign in to comment.