Skip to content

Commit

Permalink
Update home2.css
Browse files Browse the repository at this point in the history
  • Loading branch information
lucretiomsp authored Jan 17, 2025
1 parent 5a3f7d2 commit c7acf8c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion home2.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ body {
/* background-color: blue */
background: linear-gradient(lightblue, white);
height: 100%;
z-index: 10;
}


Expand All @@ -50,5 +51,10 @@ body {
}



canvas {
position: absolute;
top: 0;
left: 0;
z-index: 0; /* Places canvas behind other elements */
}

0 comments on commit c7acf8c

Please sign in to comment.