Skip to content

Commit

Permalink
Added New background
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshu370 authored Dec 20, 2023
1 parent f8591a5 commit 5a1ef3c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
}

body{
background-color: rgb(53, 147, 235);
/* background-color: rgb(53, 147, 235); */
background: url(../images/background.svg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100vh;
display: flex;
Expand All @@ -17,6 +20,7 @@ body{
.header{
text-align: center;
width: 100%;
color: #fbae3c;
font-family: 'Courier New', Courier, monospace;
font-size: 2.5rem;
font-weight: bolder;
Expand All @@ -30,6 +34,7 @@ body{
display: flex;
justify-content: center;
align-items: center;

}

/* main card */
Expand All @@ -41,7 +46,8 @@ body{
overflow: hidden;
padding: 23px 30px;
border-radius: 20px;
transition: 0.6s ease-out;
box-shadow: 4px 5px 10px 0 rgb(255, 255, 255), inset 7px 6px 10px 0 rgba(0, 0, 0, 0.2) ;
transition: 0.5s ease-in;
}

/* search box */
Expand Down Expand Up @@ -199,7 +205,7 @@ body{



/* .fadeIn{
.fadeIn{
animation: 0.5s fadeIn forwards;
animation-delay: 0.5s;
}
Expand All @@ -209,4 +215,4 @@ body{
scale:1;
opacity: 1;
}
} */
}

0 comments on commit 5a1ef3c

Please sign in to comment.