1 Star 0 Fork 1

吴煌/clock时钟

forked from 王高奇/clock时钟 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
clock.html 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
王高奇 提交于 2020-06-13 12:32 . first commit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/clock.css">
</head>
<body>
<script src="./js/clock.js"></script>
<!-- 时钟 -->
<div class="clock">
<!-- 指针 -->
<div class="pointer">
<!-- 时针分针秒针 -->
<div class="center">
</div>
<div class="hour">
<div></div>
</div>
<div class="minute">
<div></div>
</div>
<div class="second">
<div></div>
</div>
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/long-live/clock_demo.git
git@gitee.com:long-live/clock_demo.git
long-live
clock_demo
clock时钟
master

搜索帮助