Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
urmilashirole authored Apr 2, 2024
1 parent 6fcd334 commit 9fe3146
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body{
background-image: url("../public/images/background.jpg");
background-image: url("../public/images/background1.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
Expand Down Expand Up @@ -69,7 +69,7 @@ body{
.city-name{
font-size: 20px;
margin-bottom: 10px;
color:rgb(14, 91, 235);
color:rgb(233, 64, 176);
}
.date{
font-size: 18px;
Expand All @@ -89,7 +89,7 @@ body{
cursor: pointer;
}
.weather{
color:#7064d8;
color:#e04caf;
font-size:20px;
font-weight: 500;
margin-top: 0;
Expand Down Expand Up @@ -118,7 +118,7 @@ body{
}
.forecast-container{
display: flex;
justify-content:space-between;
justify-content:flex-end;
flex-wrap: wrap;
margin-top: 20px;
color:#1e2432;
Expand Down Expand Up @@ -156,4 +156,4 @@ body{
.day-temperature span{
font-size: 18px;
font-weight: 500;
}
}

0 comments on commit 9fe3146

Please sign in to comment.