From d702204ad452fadf6d164d1f1210365d9a248aec Mon Sep 17 00:00:00 2001 From: FaizalZahid Date: Tue, 6 Aug 2024 08:34:40 +0800 Subject: [PATCH] Update styles.css --- styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index 3fee6a9..cfa2068 100644 --- a/styles.css +++ b/styles.css @@ -12,7 +12,7 @@ body { align-items: center; text-align: center; background: rgba(30, 30, 45, 0.8); /* Dark overlay */ - background-image: url('img/abbasid.jpg'); + background-image: url('img/abbasid.png'); background-size: cover; background-repeat: no-repeat; background-position: center; @@ -39,13 +39,13 @@ body { margin-bottom: 30px; } -#avatar { +#avatar, #duobanner, #socials { width: 100px; height: 100px; border-radius: 50%; } -#duoavatar, #duobanner, #tiktokcap { +#duoavatar { width: 100px; height: 100px; } @@ -83,7 +83,7 @@ nav ul li a:hover { } main { - background-image: url('img/star.jpg'); + background-image: url('img/scholars-library.png'); background-size: cover; background-repeat: no-repeat; background-position: center; @@ -258,4 +258,4 @@ footer p { nav ul li a { font-size: 1em; /* Reduce nav link font size for extra small screens */ } -} \ No newline at end of file +}