fix 404 page style

This commit is contained in:
afc163 2016-05-23 19:39:14 +08:00
parent e185441b13
commit 7b5f843546

View File

@ -6,7 +6,12 @@
background-attachment: fixed;
background-position: center;
background-size: 100%;
position: relative;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
section {
position: absolute;