Skip to content

Commit

Permalink
fixed backdrop image
Browse files Browse the repository at this point in the history
  • Loading branch information
zjf19002 committed Oct 9, 2023
1 parent 6f02626 commit e3d8c48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion class_registration_app/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,14 @@
}
.backdrop {
position: fixed;
left: 0%;
top: 0%;
height: 100vh;
width: 100vw;
background-image: url("https://today.uconn.edu/wp-content/uploads/2020/03/Aerial131009a125.jpg");
background-size: contain;
background-size:cover;
background-repeat: no-repeat;
}
.logos {
Expand Down

0 comments on commit e3d8c48

Please sign in to comment.