网站首页 | 范文大全 | 常用申请书 | 党团范文 | 讲话发言 | 作文大全 | 报告叙述 | 合同范文 | 党建教育 | 入党材料 | 心得体会 |
三晋范文网
  • 辞职报告
  • 实习报告
  • 述职报告
  • 调查报告
  • 调研报告
  • 社会实践报告
  • 工作报告
  • 自查报告
  • 您的位置:三晋范文网 > 报告叙述 > 自查报告 > 正文 2019-10-16 07:31:57

    一款很好看的滚动 404 页面代码分享北京摸吧 页面代码

    摘要:一款很好看的滚动 404 页面代码分享北京摸吧

    一款好看的 404 页面代码滚动的 404

    <!doctype html

    <html

    <head

    <meta charset="utf-8"

    <title网站 404</title

    <style

    body {

    background: #000;

    height: 100vh;

    overflow: hidden;

    display: flex;

    font-family: 'Anton', sans-serif;

    justify-content: center;

    align-items: center;

    -webkit-perspective: 1000px;

    perspective: 1000px;

    }

    p {

    -webkit-transform-style: preserve-3d;

    transform-style: preserve-3d;

    }

    .rail {

    position: absolute;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    -webkit-transform: rotateX(-30deg) rotateY(-30deg);

    transform: rotateX(-30deg) rotateY(-30deg);

    }

    .rail .stamp {

    position: absolute;

    width: 200px;

    height: 200px;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #141414;

    color: #fff;

    font-size: 7rem;

    }

    .rail .stamp:nth-child(1) {

    -webkit-animation: stampslide 40000ms -2300ms linear218 28 225 221 infinite;

    animation: stampSlide 40000ms -2300ms linear infinite;

    }

    .rail .stamp:nth-child(2) {

    -webkit-animation: stampSlide 40000ms -4300ms linear infinite;

    animation: stampSlide 40000ms -4300ms linear infinite;

    }

    .rail .stamp:nth-child(3) {

    -webkit-animation: stampSlide 40000ms -6300ms linear infinite;

    animation: stampSlide 40000ms -6300ms linear infinite;

    }

    .rail .stamp:nth-child(4) {

    -webkit-animation: stampSlide 40000ms -8300ms linear infinite;

    animation: stampSlide 40000ms -8300ms linear infinite;

    }

    .rail .stamp:nth-child(5) {

    -webkit-animation: stampSlide 40000ms -10300ms linear infinite;

    animation: stampSlide 40000ms -10300ms linear infinite;

    }

    .rail .stamp:nth-child(6) {

    -webkit-animation: stampSlide 40000ms -12300ms linear infinite;

    animation: stampSlide 40000ms -12300ms linear infinite;

    }

    .rail .stamp:nth-child(7) {

    -webkit-animation: stampSlide 40000ms -14300ms linear infinite;

    animation: stampSlide 40000ms -14300ms linear infinite;

    }

    .rail .stamp:nth-child(8) {

    -webkit-animation: stampSlide 40000ms -16300ms linear infinite;

    animation: stampSlide 40000ms -16300ms linear infinite;

    }

    .rail .stamp:nth-child(9) {

    -webkit-animation: stampSlide 40000ms -18300ms linear infinite;

    animation: stampSlide 40000ms -18300ms linear infinite;

    }

    .rail .stamp:nth-child(10) {

    -webkit-animation: stampSlide 40000ms -20300ms linear infinite;

    animation: stampSlide 40000ms -20300ms linear infinite;

    }

    .rail .stamp:nth-child(11) {

    -webkit-animation: stampSlide 40000ms -22300ms linear infinite;

    animation: stampSlide 40000ms -22300ms linear infinite;

    }

    .rail .stamp:nth-child(12) {

    一款很好看的滚动 404 页面代码分享北京摸吧 页面代码》由(三晋范文网)整理提供,版权归原作者、原出处所有。
    Copyright © 2023 三晋范文网 All Rights Reserved. 备案号:京ICP备14001712号-1