Skip to content

Commit

Permalink
Update p1.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwajeet594 authored Sep 25, 2024
1 parent 3874bbe commit 751d86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Stopwatch/p1.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body{
background: #edeaff;
}
.stopwatch {
background-image:linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)) , url("background.png");
background-image:linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)) , url("Images/background.png");
background-size: cover;
width: 90%;
max-width: 600px;
Expand Down Expand Up @@ -31,4 +31,4 @@ box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}
.buttons img:nth-child(2){
width: 80px;
}
}

0 comments on commit 751d86d

Please sign in to comment.