diff --git a/404.html b/404.html
index e4983e8..a7c855e 100644
--- a/404.html
+++ b/404.html
@@ -34,7 +34,7 @@ permalink: /404.html
-
+ 即将回到首页。。。
diff --git a/css/myui.css b/css/myui.css
index b07c634..ca0e1ca 100644
--- a/css/myui.css
+++ b/css/myui.css
@@ -316,10 +316,22 @@ body {
left: 0px
}
+.NotFound {
+ display: block;
+ position: absolute;
+ width:100%;
+ text-align: center;
+ top:50%;
+ transform: translateY(-50%);
+ color: white;
+ font-size: 24px;
+}
+
.container {
max-width: 1440px;
margin: 0 auto;
- position: relative
+ position: relative;
+ min-height: 100%;
}
.container:before {