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