Update style.css

This commit is contained in:
Sam 2023-03-31 03:08:29 +03:00 committed by GitHub
parent e7d21c1309
commit 68eb95e672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ body{
background:linear-gradient(to right, #D4D3DD, #EFEFBB);
}
.img{
width: 60%;
width: 80%;
height: 80vh;
background-image: url("./img/1.jpg");
background-position: center;
@ -41,4 +41,4 @@ body{
text-align: center;
backdrop-filter: blur(5px);
cursor: pointer;
}
}