-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathproject1.html
More file actions
36 lines (26 loc) · 909 Bytes
/
project1.html
File metadata and controls
36 lines (26 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Reggae+One&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>challenge 1</title>
<link rel="stylesheet" href="project1.css">
</head>
<body>
<script src="project1.js"></script>
<div>
<h2>Challenge 1:Your age in days</h2>
<div class="container1">
<div id="clickme">
<button class="clickme"onclick="ageindays()">Click me</button>
</div>
<div id="reset">
<button class="reset" onclick="reset()">Reset</button>
</div>
</div>
<div class="container1" ><div id="flexbox"></div></div>
</div>
</body>