404.css 286 B

123456789101112131415161718192021222324
  1. .navbar-toggler {
  2. display: none;
  3. }
  4. .notFound {
  5. padding-top: 5rem;
  6. text-align: center;
  7. padding-bottom: 8rem;
  8. }
  9. .notFound img {
  10. height: 500px;
  11. }
  12. .notFound h1 {
  13. font-style: italic;
  14. }
  15. .notFound .message {
  16. position: absolute;
  17. max-width: 20rem;
  18. top: 40%;
  19. left: 30%;
  20. }