Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pathummadhusanka authored Jan 5, 2024
1 parent 174cbad commit fbd30c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ header .wrapper button:hover {
}

.projects .card-01 {
background-image: url("img/skadooshbg.jpg");
background-image: url("../img/skadooshbg.JPG");
}

.projects .card-02 {
background-image: url("/img/chessmatebg.jpg");
background-image: url("./img/chessmatebg.jpg");
}

.projects .card {
Expand Down

0 comments on commit fbd30c3

Please sign in to comment.