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 69ebfe5 commit c726793Copy full SHA for c726793
Source-Code/AnalogWatch/index.html
@@ -4,8 +4,15 @@
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Analog Watch</title>
7
+ <link rel="stylesheet" href="style.css">
8
</head>
9
<body>
-
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>
17
</body>
-</html>
18
+</html>
0 commit comments