Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
FaizalZahid authored Aug 6, 2024
1 parent 6d247b4 commit d702204
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -258,4 +258,4 @@ footer p {
nav ul li a {
font-size: 1em; /* Reduce nav link font size for extra small screens */
}
}
}

0 comments on commit d702204

Please sign in to comment.