We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70cbde commit d171ec1Copy full SHA for d171ec1
05_weather-app/download.jpeg
20.5 KB
05_weather-app/index.html
@@ -5,14 +5,16 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Calculator</title>
7
<script src="https://cdn.tailwindcss.com"></script>
8
- <style>
9
- .btn:active {
10
- filter: brightness(0.9);
11
- }
12
- </style>
13
</head>
14
-<body>
15
-
+<body class="bg">
+ <div id="input">
+ <input type="text">
+ <button type="submit"></button>
+ </div>
+ <div id="temperature"></div>
+ <div id="weather-description"></div>
16
+ <div id="humidity"></div>
17
+ <div id="windspeed"></div>
18
19
20
<script src="script.js"></script>
0 commit comments