diff --git a/index.html b/index.html index 3a2d2ee..dbae9e9 100644 --- a/index.html +++ b/index.html @@ -19,9 +19,11 @@

WeatherNow

+

+

@@ -33,12 +35,14 @@

diff --git a/styles.css b/styles.css index 745955a..9b1fb21 100644 --- a/styles.css +++ b/styles.css @@ -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 */ @@ -99,7 +99,7 @@ button:hover { #weatherDescription { font-size: 1.2em; - color: #666; + color: #00796b; margin-top: 5px; }