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

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseWx2011 authored Jan 20, 2024
1 parent 5898258 commit 7c33a48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ <h3 class="weathercond" style="color: black;" id="weather">Sunny</h3>
<div class="weathername" id="weather6">Sunny</div>
<div class="daycardtemp" id="temp6day">32</div></div>
</div>
<div class="detailedinformationcontainer">
<div class="informationintro">Detailed Information for Today/Tonight:</div>
<div class="deatiledinformation-today" id="temptoday">High Temperature: 32°F (0°C)</div>
<div class="deatiledinformation-mintoday" id="tempmintoday">Low Temperature: 32°F (0°C)</div>
<div class="deatiledinformation-detailed" id="fullforecast0">It will be Sunny Today (or Tonight) with a High of 32 and a Low of 32.</div>
<div class="informationintro">Detailed Information for Day 2:</div>
<div class="deatiledinformation-today" id="temptoday1">High Temperature: 32°F (0°C)</div>
<div class="deatiledinformation-mintoday" id="tempmintoday1">Low Temperature: 32°F (0°C)</div>
<div class="deatiledinformation-detailed" id="fullforecast1">It will be Sunny Today (or Tonight) with a High of 32 and a Low of 32.</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 7c33a48

Please sign in to comment.