Skip to content

Commit

Permalink
refractor and color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSphinxxx committed Sep 23, 2024
1 parent 0079615 commit 3509ed8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ <h1 style="text-align: center;">WeatherNow</h1> <!-- Title -->
<div class="info_container">
<h2 id="cityName"></h2>
</div>

<div class="info_container">
<p id="temperature"></p>
</div>

<div class="info_container">
<p id="weatherDescription"></p>
</div>
Expand All @@ -33,12 +35,14 @@ <h2 id="cityName"></h2>

<!-- Detailed Weather Info Container -->
<div id="moreInfoContainer" style="display: none;">
<img id="weatherIcon" alt="Weather icon">
<h2>More Weather Info</h2>

<div class="info_container">
<p id="humidity"></p>
<p id="windSpeed"></p>
<img id="weatherIcon" alt="Weather icon">
</div>

</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ body {
max-width: 400px;
text-align: center;
border: 1px, rgb(0, 0, 0);
border-style: solid;
border-style: solid;
}

/* Input and Button Styling */
Expand Down Expand Up @@ -99,7 +99,7 @@ button:hover {

#weatherDescription {
font-size: 1.2em;
color: #666;
color: #00796b;
margin-top: 5px;
}

Expand Down

0 comments on commit 3509ed8

Please sign in to comment.