Skip to content

Commit c726793

Browse files
committed
Add div containers
1 parent 69ebfe5 commit c726793

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Source-Code/AnalogWatch/index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Analog Watch</title>
7+
<link rel="stylesheet" href="style.css">
78
</head>
89
<body>
9-
10+
<div class="clock">
11+
<div class="hand hour" id="hour"></div>
12+
<div class="hand minute" id="minute"></div>
13+
<div class="hand second" id="second"></div>
14+
<div class="center"></div>
15+
</div>
16+
<script src="script.js"></script>
1017
</body>
11-
</html>
18+
</html>

0 commit comments

Comments
 (0)