Skip to content

Commit

Permalink
Merge pull request boradesanket13#37 from yesimhozman/bug/imgIsNotLoa…
Browse files Browse the repository at this point in the history
…ding

changed the path of image source in style.css
  • Loading branch information
boradesanket13 authored Oct 2, 2022
2 parents 8c1cd05 + f10c13a commit 36ea256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {
text-align: center;
background-color: rgb(192, 234, 242);
margin: 0;
background-image: url("./images/bg.jpg");
background-image: url("../images/bg.jpg");
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
Expand Down

0 comments on commit 36ea256

Please sign in to comment.