Skip to content

Commit

Permalink
Merge pull request #37 from IamPrasanna482/fixBgSpringAnimation
Browse files Browse the repository at this point in the history
fix the background color for spring animation
  • Loading branch information
pulkit-30 authored Oct 5, 2021
2 parents 4e8df1f + 2757677 commit 17802c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spring Animation/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #e93b81;
background-color: #000000;
height: 100vh;
width: 100%;
overflow: hidden;
Expand Down

0 comments on commit 17802c5

Please sign in to comment.