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