Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonshambo committed Oct 28, 2023
1 parent 19cb941 commit 8ad31a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added images/intro-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/intro-1.png
Binary file not shown.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ nav a:hover {

/* Style the intro section */
.intro-section {
background-image: url('/images/intro-1.png');
background-image: url('/images/intro-1.jpg');
background-size: cover;
display: flex;
justify-content: space-between;
Expand Down Expand Up @@ -245,7 +245,7 @@ nav a:hover {

/* Style the contact section */
.contact-section {
background-image: url('/images/intro-1.png');
background-image: url('/images/intro-1.jpg');
background-size: cover;
background-attachment: fixed;
color: #fff;
Expand Down

0 comments on commit 8ad31a5

Please sign in to comment.