From fea7b29de55de51c59995ea2f45ab31ab29156db Mon Sep 17 00:00:00 2001 From: Sam <74021826+x39OME@users.noreply.github.com> Date: Sun, 28 May 2023 17:16:52 +0300 Subject: [PATCH] Update style.css --- .../96-pagination-glassmorphism-animated/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/100_projects/96-pagination-glassmorphism-animated/style.css b/100_projects/96-pagination-glassmorphism-animated/style.css index e87b829..33d31fc 100644 --- a/100_projects/96-pagination-glassmorphism-animated/style.css +++ b/100_projects/96-pagination-glassmorphism-animated/style.css @@ -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%; } -} \ No newline at end of file +}