Update style.css

This commit is contained in:
Sam 2023-05-28 17:16:52 +03:00 committed by GitHub
parent 60339bd44f
commit fea7b29de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,7 @@
position: relative;
height: 100vh;
width: 100%;
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url("pexels-photo-247431.jpeg");
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("pexels-photo-247431.jpeg");
background-size: cover;
background-position: center;
display: flex;
@ -33,7 +32,7 @@
}
.container .pagination li a {
position: relative;
padding: 20px;
padding: 20px 15px;
text-decoration: none;
color: #fff;
font-weight: 500;
@ -53,7 +52,6 @@
.context h1{
text-align: center;
color: rgba(255,255,255,0.5);
font-border: 1px solid rgba(255, 255, 255, 0.1);
font-size: 50px;
backdrop-filter: blur(50px);
}
@ -158,4 +156,4 @@
opacity: 0;
border-radius: 50%;
}
}
}