动态白色小幽灵404网站源码

简介: 动态白色小幽灵404网站源码,页面时单页HTML源码,将代码放到空白的html里面,鼠标双击html即可查看效果,或者上传到服务器,错误页重定向这个界面即可,喜欢的朋友可以拿去使用

动态白色小幽灵404网站源码,页面时单页HTML源码,将代码放到空白的html里面,鼠标双击html即可查看效果,或者上传到服务器,错误页重定向这个界面即可,喜欢的朋友可以拿去使用
20.gif

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>ghost 404</title>
        <style>
        @import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Lato");
body {
    
    
  background: #D3DEEA;
}

.top {
    
    
  margin-top: 30px;
}

.container {
    
    
  margin: 0 auto;
  position: relative;
  width: 250px;
  height: 250px;
  margin-top: -40px;
}

.ghost {
    
    
  width: 50%;
  height: 53%;
  left: 25%;
  top: 10%;
  position: absolute;
  border-radius: 50% 50% 0 0;
  background: #EDEDED;
  border: 1px solid #BFC0C0;
  border-bottom: none;
  animation: float 2s ease-out infinite;
}

.ghost-copy {
    
    
  width: 50%;
  height: 53%;
  left: 25%;
  top: 10%;
  position: absolute;
  border-radius: 50% 50% 0 0;
  background: #EDEDED;
  border: 1px solid #BFC0C0;
  border-bottom: none;
  animation: float 2s ease-out infinite;
  z-index: 0;
}

.face {
    
    
  position: absolute;
  width: 100%;
  height: 60%;
  top: 20%;
}

.eye, .eye-right {
    
    
  position: absolute;
  background: #585959;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 40%;
}

.eye {
    
    
  left: 25%;
}

.eye-right {
    
    
  right: 25%;
}

.mouth {
    
    
  position: absolute;
  top: 50%;
  left: 45%;
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-radius: 50%;
  border-color: transparent #585959 #585959 transparent;
  transform: rotate(45deg);
}

.one, .two, .three, .four {
    
    
  position: absolute;
  background: #EDEDED;
  top: 85%;
  width: 25%;
  height: 23%;
  border: 1px solid #BFC0C0;
  z-index: 0;
}

.one {
    
    
  border-radius: 0 0 100% 30%;
  left: -1px;
}

.two {
    
    
  left: 23%;
  border-radius: 0 0 50% 50%;
}

.three {
    
    
  left: 50%;
  border-radius: 0 0 50% 50%;
}

.four {
    
    
  left: 74.5%;
  border-radius: 0 0 30% 100%;
}

.shadow {
    
    
  position: absolute;
  width: 30%;
  height: 7%;
  background: #BFC0C0;
  left: 35%;
  top: 80%;
  border-radius: 50%;
  animation: scale 2s infinite;
}

@keyframes scale {
    
    
  0% {
    
    
    transform: scale(1);
  }
  50% {
    
    
    transform: scale(1.1);
  }
  100% {
    
    
    transform: scale(1);
  }
}
@keyframes float {
    
    
  50% {
    
    
    transform: translateY(15px);
  }
}
.bottom {
    
    
  margin-top: 10px;
}

/*text styling*/
h1 {
    
    
  font-family: "Abril Fatface", serif;
  color: #EDEDED;
  text-align: center;
  font-size: 9em;
  margin: 0;
  text-shadow: -1px 0 #BFC0C0, 0 1px #BFC0C0, 1px 0 #BFC0C0, 0 -1px #BFC0C0;
}

h3 {
    
    
  font-family: "Lato", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  color: #BFC0C0;
  margin-top: -20px;
  font-weight: 900;
}

p {
    
    
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #585959;
  font-size: 0.6em;
  margin-top: -20px;
  text-transform: uppercase;
}

.search {
    
    
  text-align: center;
}

.buttons {
    
    
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

/*search style*/
.search-bar {
    
    
  border: 1px solid #BFC0C0;
  padding: 5px;
  height: 20px;
  margin-left: -30px;
  width: 200px;
  outline: none;
}
.search-bar:focus {
    
    
  border: 1px solid #D3DEEA;
}

.search-btn {
    
    
  position: absolute;
  width: 30px;
  height: 32px;
  border: 1px solid #BFC0C0;
  background: #BFC0C0;
  text-align: center;
  color: #EDEDED;
  cursor: pointer;
  font-size: 1em;
  outline: none;
}
.search-btn:hover {
    
    
  background: #EDEDED;
  border: 1px solid #EDEDED;
  color: #BFC0C0;
  transition: all 0.2s ease;
}

.btn {
    
    
  background: #EDEDED;
  padding: 15px 20px;
  margin: 5px;
  color: #585959;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 1px;
  border: 0;
}
.btn:hover {
    
    
  background: #BFC0C0;
  transition: all 0.4s ease-out;
}

footer {
    
    
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 10px;
  color: #EA7996;
  letter-spacing: 3px;
  font-family: "Lato", sans-serif;
}
footer a {
    
    
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
    
    
  color: #7d7d7d;
}</style>
    </head>
    <body>
        <div id="background"></div>
        <div class="top">
          <h1>404</h1>
          <h3>page not found</h3>
        </div>
        <div class="container">
          <div class="ghost-copy">
            <div class="one"></div>
            <div class="two"></div>
            <div class="three"></div>
            <div class="four"></div>
          </div>
          <div class="ghost">
            <div class="face">
              <div class="eye"></div>
              <div class="eye-right"></div>
              <div class="mouth"></div>
            </div>
          </div>
          <div class="shadow"></div>
        </div>
        <div class="bottom">
          <p>Boo, looks like a ghost stole this page!</p>
          <form class="search" action="https://www.qqmu.com/">
            <input type="text" class="search-bar" name="s" placeholder="Search">
            <button type="submit" class="search-btn">
              <i class="fa fa-search"></i>
            </button>
          </form>
          <div class="buttons">
            <button class="btn">Back</button>
            <a href="http://www.qqmu.com"><button class="btn">Home</button></a>
          </div>
        </div>

        <footer>
          <p>made by <a href="http://www.qqmu.com">Haiyong</a> 
        </footer>
    </body>
</html>
相关文章
|
9月前
超好看的404提示页面HTML源码
超好看的404提示页面HTML源码
488 77
|
移动开发 监控 JavaScript
分享77个HTML&CSS源码,总有一款适合您
分享77个HTML&CSS源码,总有一款适合您
863 1
|
负载均衡 Ubuntu 应用服务中间件
|
3月前
|
存储 算法 Java
深入理解 PHP 的 `unset()`:你真的释放内存了吗?
深入理解 PHP 的 `unset()`:你真的释放内存了吗?
300 83
|
NoSQL 数据可视化 关系型数据库
推荐几个好用的redis可视化工具
推荐几个好用的redis可视化工具
16711 1
|
Linux 网络安全
linux服务器中如何卸载宝塔
linux服务器中如何卸载宝塔
5251 0
|
jenkins Java Shell
使用 Docker 安装 Jenkins 并实现项目自动化部署
Jenkins 是一款开源的持续集成(DI)工具,广泛用于项目开发,能提供自动构建,测试,部署等功能。作为领先的开源自动化服务器,Jenkins 提供了数百个插件来支持构建、部署和自动化任何项目。
35273 3
使用 Docker 安装 Jenkins 并实现项目自动化部署
|
6月前
|
存储 人工智能 安全
一文了解:阿里云对象存储OSS是什么?
阿里云对象存储OSS是一款海量、安全、低成本、高可靠的云存储服务,数据持久性达99.9999999999%,适用于互联网音视频、教育、AI/物联网、影视渲染及基因等行业。OSS提供标准、低频、归档等多种存储类型,支持按量付费与资源包两种计费模式,公网出流量收费,内网流量免费。
7694 7
|
8月前
|
数据采集 API 数据库
为什么用源码搭建体育比分直播系统更高效
使用源码搭建体育比分直播系统比从零开发或第三方服务更高效。它节省开发时间和成本,提供灵活定制功能,支持品牌化与UI优化;掌控数据源与更新机制,提高数据实时性;优化系统性能,减少冗余功能;增强数据安全与隐私控制,避免依赖第三方;具备长期维护和扩展性,支持新功能和技术兼容。适合希望打造自有品牌、优化用户体验的企业或开发者。
207 12
|
安全 Linux 网络安全
【工具使用】几款优秀的SSH连接客户端软件工具推荐FinalShell、Xshell、MobaXterm、OpenSSH、PUTTY、Terminus、mRemoteNG、Terminals等
【工具使用】几款优秀的SSH连接客户端软件工具推荐FinalShell、Xshell、MobaXterm、OpenSSH、PUTTY、Terminus、mRemoteNG、Terminals等
118032 0