500错误页面效果
代码语言:html
所属分类:布局界面
代码描述:500错误页面效果
代码标签: 效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.main-error-page {
min-height: 600px;
margin: 0px auto;
width: auto;
max-width: 560px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.error-title {
max-width: 529px;
font-family: Roboto;
font-size: 38px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #4b4b62;
margin-bottom: 16px;
}
.error-subtitle {
max-width: 568px;
font-family: Roboto;
font-size: 16px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: center;
color: #4b4b62;
margin-bottom: 24px;
}
svg {
margin-bottom: 16px;
}
.full-torradeira {
}
.torradeira {
}
.pao-atras {
animation: leftright 1s alternate infinite;
transform-origin: center;
}
.pao-frente {
animation: leftright 1s 0.3s alternate infinite;
transform-origin: center;
}
.olho-esq {
animation: sad 2s alternate infinite;
transform-origin: center;
}
.olho-dir {
animation: sad 2s alternate infinite;
transform-origin: center;
}
.boca {
animation: sad 2s alternate infinite;
transform-origin: center;
}
.raios {
-webkit-animation: flicker-4 4s linear infinite both;
animation: flicker-4 4s linear infinite both;
}
.tomada {
-webkit-animation: vibrate-1 3s linear infinite both;
animation: vibrate-1 3s linear infinite both;
}
.fio-500 {
-webkit-animation: vibrate-1 3s linear infinite both;
animation: vibrate-1 3s linear infinite both;
}
.fio{
-webkit-animation: vibrate-1 3s linear infinite both;
animation: vibrate-1 3s linear infinite both;
}
@keyframes scales {
from {
transform: scale(0.98);
}
to {
transform: scale(1);
}
}
/* ----------------------------------------------
* Generated by Animista on 2020-4-1 14:58:16
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0