Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SherazAhmed520 authored May 16, 2024
1 parent a6f9590 commit 1904ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nav {
#logo {
width: 180px;
height: 60px;
background-image: url('sherazlogo.png');
background-image: url('images/sherazlogo.png');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
Expand Down Expand Up @@ -105,7 +105,7 @@ nav #icons_sec ul li {
display: flex;
width: 100%;
height: 100%;
background-image: url('bg.jpg');
background-image: url('images/bg.jpg');
background-size: cover;
}

Expand Down Expand Up @@ -219,7 +219,7 @@ nav #icons_sec ul li {

#fields_sec,#project_sec,#skills_sec,#testimonial_sec,#contact_sec{
width: 100%;
background-image: url('bg.jpg');
background-image: url('images/bg.jpg');
background-size: cover;
padding: 50px;
display: flex;
Expand Down

0 comments on commit 1904ae4

Please sign in to comment.