三维文字旋转时钟效果

代码语言:html

所属分类:三维

代码描述:三维文字旋转时钟效果

代码标签: 时钟 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">

<link type="text/css" rel="stylesheet" href="http://repo.bfw.wiki/bfwrepo/css/splitting.css">
<style>
@import url("https://fonts.googleapis.com/css?family=Oswald:700");
html, body {
  background: #222;
}

html {
  height: 100%;
  display: -webkit-box;
  display: flex;
}

body {
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.clock {
  --time-offset: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.8);
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 6em;
  col.........完整代码请登录后点击上方下载按钮下载查看

网友评论0