_error.css 236 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 .err-page .err-bg { position: fixed; height: 200px; width: 200px; top: 50%; left: 50%; margin-left: -100px; margin-top: -100px; background: resolve('404.png') no-repeat; background-size: 100% 100%; }