Skip to content

Commit 44accf1

Browse files
authored
Update index.html
1 parent f328903 commit 44accf1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

WeatherApp/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
</head>
99
<body>
1010
<div class="container">
11-
<h1 class="fancy-heading">
12-
<span class="heading-text">Weather Forecast</span>
13-
</h1>
11+
<div class="floating-shape shape1"></div>
12+
<div class="floating-shape shape2"></div>
13+
<div class="floating-shape shape3"></div>
14+
<h1>Weather Forecast</h1>
1415
<form id="weatherForm">
1516
<input type="text" id="cityInput" placeholder="Enter city name" required />
1617
<button type="submit">Get Weather</button>

0 commit comments

Comments
 (0)