当前位置:首页 > 网站源码

网站必备创意404错误页面模板:数字卡通结合的新奇设计

卡卷网2年前 (2024-09-12)网站源码539

创建自定义404页面html和css,这是一款网站必备的404错误页面模板,创意404报错设计,画面中呈现了数字卡通结合的图案设计,新奇有创意,适用于任意类型的网站。

网站必备创意404错误页面模板:数字卡通结合的新奇设计  第1张

HTML代码如下:

<!DOCTYPE html>
<html >
<head>
  <meta charset="UTF-8">
  <title>博客趣 - Create Custom 404 Page in HTML and CSS</title>
  <link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div>
    <img src="http://www.bokequ.com/show/404/1/page_not_found_su7k.svg" alt="404">
    <h4>
      哎呀!您正在查找的页面不存在
    </h4>
    <p>
      <a href="http://www.kajuan.net/">
        转到主页
      </a>
    </p>
  </div>
<!-- partial -->
</body>
</html>

CSS代码如下:

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
}
 
.error-page-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(./bg.png) center no-repeat;
  background-size: cover;
  position: relative;
  padding: 0 20px;
}
.error-page-container:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0; left: 0;
}
.error-page-container * {
  position: relative;
  z-index: 1;
}
.error-page-container img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 25px;
}
.error-page-container h4 {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.error-page-container .button {
  display: inline-block;
  margin-top: 20px;
  padding: 18px 30px;
  background: white;
  color: #6c63ff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 4px;
}
.error-page-container .button:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


扫描二维码推送至手机访问。

版权声明:本文由卡卷网发布,如需转载请注明出处。

本文链接:https://www.kajuan.net/softcode/2024/09/220.html

分享给朋友:

相关文章

帝国cms7.5开发的手机试玩平台,试玩平台源码,可封装APP的,手机版自适应带文章资讯功能

帝国cms7.5开发的手机试玩平台,试玩平台源码,可封装APP的,手机版自适应带文章资讯功能

帝国cms7.5开发的手机试玩平台,试玩平台源码,可封装APP的,手机版自适应带文章资讯功能,本人亲测可用…

分享一款黑色大气工作室html模板网站源码,无需数据库上传直接可用

分享一款黑色大气工作室html模板网站源码,无需数据库上传直接可用

分享一款黑色大气工作室html模板,无需数据库上传直接可用,没有后台,直接编辑html文件即可使用,适用于很多项目本模板网站源码使用html+css+js文件构成,大气上档次,需要的直接下载去吧…

某技术导航天下的美化版的网站源码html+css+js网站模板

某技术导航天下的美化版的网站源码html+css+js网站模板

某技术导航天下的美化版的网站源码html+css+js网站模板,已经测试可以正常使用…

分享一款基于thinkphp开发的微信公众号导航网站源码,带数据已做好分类

分享一款基于thinkphp开发的微信公众号导航网站源码,带数据已做好分类

分享一款基于thinkphp开发的微信公众号导航网站源码基于thinkphp3系列开发的微信导航系统,亲测使用PHP5.6版本正常使用,PHH5.2-5.6应该都能正常使用,其他以上版本均没有测试下面是首页截图演示:…

最新织梦资源教程网自适应程序源码

最新织梦资源教程网自适应程序源码

最新织梦资源教程网自适应程序源码…

2024亲测可用xiuno仿资源社网站源码,带模板和所有插件包含使用教程

2024亲测可用xiuno仿资源社网站源码,带模板和所有插件包含使用教程

2024xiuno仿资源社网站源码,论坛程序源码,资源下载网程序源码!PHP版本:5.0到7.3之间,推荐7.1,高和低都会出错!!!伪静态:location ~* \.(htm)$ {  &nbs…

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。