Skip to content

Commit

Permalink
Updated style.css
Browse files Browse the repository at this point in the history
Updated background colour to more significant one.
  • Loading branch information
TejaswaBedi authored Oct 23, 2021
1 parent e89a73a commit d0c7e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3D-image-rotation/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding: 0;
}
body {
background-color: #171717;
background-color: rgb(118, 75, 134);
width: 100vw;
height: 100vh;
overflow: hidden;
Expand Down

0 comments on commit d0c7e56

Please sign in to comment.