Skip to content

Commit

Permalink
Section/ weather Forecasting
Browse files Browse the repository at this point in the history
  • Loading branch information
khanm2758 committed Nov 24, 2024
1 parent b686faf commit 59e7b6f
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,70 @@ <h4>Championship leader Max Verstappen struggled on the first day of practice at
<br>
<br>

<!-- Weather Update section -->
<div align="center"><font color="#000" size="6">Weather Forecasting</font></div>
<br>
<table style="background-color: #3d3d3d;" border="1" align="center" rules="all" width="70%" >

<tr height="70" align="center" style="background-color: #3d3d3d;">
<th><i class="fa-solid fa-city"></i> City</th>
<th><i class="fa-solid fa-temperature-quarter"></i> Temperature</th>
<th><i class="fa-solid fa-temperature-arrow-down"></i> Condition</th>
</tr>
<tr height="40" align="center">
<td bgcolor="#505050">New York</td>
<td bgcolor="#505050">15°C / 9°C</td>
<td bgcolor="#505050">Sunny</td>
</tr>
<tr height="40" align="center">
<td>London</td>
<td>10°C / 5°C</td>
<td>Cloudy</td>
</tr>
<tr height="40" align="center">
<td bgcolor="#505050">Dhaka</td>
<td bgcolor="#505050">30°C / 22°C</td>
<td bgcolor="#505050">Partly Cloudy</td>
</tr>
<tr height="40" align="center">
<td>Chittagong</td>
<td>28°C / 21°C</td>
<td>Sunny</td>
</tr>
<tr height="40" align="center">
<td bgcolor="#505050">Khulna</td>
<td bgcolor="#505050">29°C / 23°C</td>
<td bgcolor="#505050">Rainy</td>
</tr>
<tr height="40" align="center">
<td>Rajshahi</td>
<td>31°C / 24°C</td>
<td>Clear Sky</td>
</tr>
<tr height="40" align="center">
<td bgcolor="#505050">Sylhet</td>
<td bgcolor="#505050">27°C / 20°C</td>
<td bgcolor="#505050">Thunderstorms</td>
</tr>

</table>







</section>

</section>
<br>
<br>
<br>
<br>
<br>




</main>
Expand Down

0 comments on commit 59e7b6f

Please sign in to comment.