本文实例为大家分享了js实现图片实时时钟的具体代码,供大家参考,具体内容如下
描述:
将下图作为时间的背景,实现随时时钟的效果。
效果:
代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
div div
{
float: left;
width: 30px;
font-size: 120px;
}
#hours0,#hours1,#minute0,#minute1,#second0,#second1
{
1