Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
utsavpatel562 authored Jun 7, 2024
1 parent 73120c4 commit b7597c0
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,3 @@
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
body{
background-image: url('/public/photoItem3.jpg');
display:flex;
background-size: cover;
align-items: center;
justify-content: center;
height: 100vh;
color: white;
}
.container{
width: 80vw;
height: 90vh;
background-color: rgba(17, 25, 40, 0.75);
backdrop-filter: blur(19px) saturate(180%);
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.125);
display: flex;
}
.loading{
padding: 50px;
font-size: 36px;
border-radius: 10px;
background-color: rgba(17, 25, 40, 0.9);
}

0 comments on commit b7597c0

Please sign in to comment.