_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: 5rem; width: 5rem; top: 50%; left: 50%; margin-left: -2.5rem; margin-top: -2.5rem; background: resolve('common/404.png') no-repeat; background-size: 100% 100%; } }