Skip to content

Commit

Permalink
add background image
Browse files Browse the repository at this point in the history
  • Loading branch information
tdubsFO committed Jan 3, 2024
1 parent b4ecb4d commit e3d5dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
transform-origin: center;
transform: rotate(0deg);
}
/* body {
body {
background-image: url('/static/backgroundBB.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: '100% 100%';
background-position: center;
} */
}

#app {
margin-top: 60px; /* Adjust based on logo size and desired spacing */
Expand Down

0 comments on commit e3d5dcf

Please sign in to comment.