Skip to content

Commit d171ec1

Browse files
committed
commit-message
1 parent d70cbde commit d171ec1

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

05_weather-app/download.jpeg

20.5 KB
Loading

05_weather-app/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Calculator</title>
77
<script src="https://cdn.tailwindcss.com"></script>
8-
<style>
9-
.btn:active {
10-
filter: brightness(0.9);
11-
}
12-
</style>
138
</head>
14-
<body>
15-
9+
<body class="bg">
10+
<div id="input">
11+
<input type="text">
12+
<button type="submit"></button>
13+
</div>
14+
<div id="temperature"></div>
15+
<div id="weather-description"></div>
16+
<div id="humidity"></div>
17+
<div id="windspeed"></div>
1618

1719

1820
<script src="script.js"></script>

0 commit comments

Comments
 (0)