diff --git a/Flying Bird Animation/style.css b/Flying Bird Animation/style.css index 58c7446..8dccbe6 100644 --- a/Flying Bird Animation/style.css +++ b/Flying Bird Animation/style.css @@ -5,7 +5,10 @@ *::after { box-sizing: border-box; } +body{ + background-color: rgb(226, 145, 24); +} .container { z-index: 1; position: relative; @@ -165,4 +168,4 @@ transform: translateY(0vh) translateX(110vw) scale(0.45); } -} \ No newline at end of file +}