登录 注册
当前位置:主页 > 资源下载 > 50 > HTML5时钟源码

HTML5时钟源码

  • 更新:2024-10-28 15:48:44
  • 大小:15KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:HTML5 - 移动开发
  • 格式:HTML

资源介绍

以下显示部分源码,需要完整版的请下载文件 <html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <title>Document</title> <style>body { font-size:62.5%; margin:1em; background:#232425 } ul { list-style:none; margin:0; padding:0 } #watch { font-size:1em; position:relative } #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 .5em 4em; }