HTML5时钟源码

<html lang="en">

<head>

t<meta charset="UTF-8">

t<meta name="title" content="时钟">

t<style>

ttbody { font-size:62.5%; margin:1em; background:#232425 }

ttul { list-style:none; margin:0; padding:0 }

tt#watch { font-size:1em; position:relative }

tt#watch .frame-face { position:relative; width:30em; height:30em; margin:2em auto; border-radius:15em; background:-webkit-linear-gradient(top, #f9f9f9,#666); background:-moz-linear-gradient(top, #f9f9f9,#666); background:linear-gradient(to bottom, #f9f9f9,#666); box-shadow:rgba(0,0,0,.8) .5em 4em; }

t</style>

</head>

<body>

t

tt

ttt

    tt

    t

    </body>

    </html>