We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e78e1 commit 40a26dfCopy full SHA for 40a26df
1 file changed
WeatherApp/index.html
@@ -8,13 +8,8 @@
8
</head>
9
<body>
10
<div class="container">
11
- <div class="floating-shape shape1"></div>
12
- <div class="floating-shape shape2"></div>
13
- <div class="floating-shape shape3"></div>
14
<h1 class="fancy-heading">
15
- <span class="heading-anim">🌦️</span>
16
<span class="heading-text">Weather Forecast</span>
17
- <span class="heading-anim">⛅</span>
18
</h1>
19
<form id="weatherForm">
20
<input type="text" id="cityInput" placeholder="Enter city name" required />
0 commit comments