404.css 186 B

12345678910111213
  1. @import 'framework/reset.css';
  2. body {
  3. background-color: #daecee;
  4. }
  5. #error {
  6. position: absolute;
  7. top: 50%;
  8. left: 50%;
  9. margin-top: -303px;
  10. margin-left: -303px;
  11. }