Skip to content

Commit

Permalink
Added background colour .
Browse files Browse the repository at this point in the history
  • Loading branch information
TejaswaBedi authored Oct 23, 2021
1 parent e89a73a commit b1d395d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Flying Bird Animation/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
*::after {
box-sizing: border-box;
}
body{

background-color: rgb(226, 145, 24);
}
.container {
z-index: 1;
position: relative;
Expand Down Expand Up @@ -165,4 +168,4 @@
transform: translateY(0vh) translateX(110vw) scale(0.45);
}

}
}

0 comments on commit b1d395d

Please sign in to comment.