Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Update stylecurrentconditions.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseWx2011 authored Jan 20, 2024
1 parent bdc6520 commit 3b9c25e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions stylecurrentconditions.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ body {
align-content: center;
margin-top: 130px;
width: 1300px;
height: 500px;
height: fit-content;
background-color: skyblue;
display: flex;
}
Expand All @@ -96,6 +96,19 @@ body {
font-weight: 800;
}
.daycardtemp {
color: mediumaquamarine;
color: red;
font-size: 23px;
}
.detailedinformationcontainer {
background-color: yellowgreen;
width: 1280px;
height: fit-content;
font-weight: 800;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.deatiledinformation-today {
color: red;
}
.deatiledinformation-mintoday {
color: blue;
}

0 comments on commit 3b9c25e

Please sign in to comment.