Skip to content

Commit 3842849

Browse files
committed
update classes
1 parent a1cc578 commit 3842849

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Source-Code/WeatherApp/index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
99
</head>
1010
<body>
11-
<div class="weather-app">
11+
<div class="weather-app night-clear">
1212
<div class="weather-container">
1313

1414
<ul class="weather-information">
@@ -19,10 +19,9 @@ <h1 id="temp" class="temp">23°C</h1>
1919
<h1 id="city-name" class="city">Kadapa</h1>
2020
<h4 id="date-time" class="time">2024-02-06 3:59</h4>
2121
</li>
22-
<li class="column">
23-
<img id="icon" class="icon" src="./icons/night/113.png" class="icon" alt="icon" />
24-
<span id="condition" class="condition">Clear</span>
25-
</li>
22+
23+
<img id="icon" class="icon" class="icon" alt="icon" />
24+
2625

2726
</ul>
2827
<ul class="weather-suggestions">
@@ -35,16 +34,16 @@ <h4 id="date-time" class="time">2024-02-06 3:59</h4>
3534
<a class="location" id="getlocation"><i class="fa fa-location-arrow "> Get Weather of your city</i></a>
3635
</li>
3736
<li class="city">London</li>
38-
<li class="city">Delhi</li>
39-
<li class="city">Canada</li>
40-
<li class="city">Morocco</li>
37+
<li class="city">Kabul</li>
38+
<li class="city">Ottawa</li>
39+
<li class="city">california</li>
4140
</ul>
4241
<h3 class="weather-de">Weather details</h3>
4342
<li class="weather-details">
4443

4544
<div class="row">
46-
<h3 class="country">Country</h3>
47-
<h3 id="country" class="country">India</h3>
45+
<p class="country">Country</p>
46+
<span id="country" class="country">India</span>
4847

4948
</div>
5049
<div class="row">

0 commit comments

Comments
 (0)