Javi

HTML: 404 page

Nov 15th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!-- codepen: https://codepen.io/ThatGuySam/pen/CytDA by ThatGuySam -->
  4. <style>
  5. .hit-the-floor {
  6. color: #fff;
  7. font-size: 12em;
  8. font-weight: bold;
  9. font-family: Helvetica;
  10. text-shadow:
  11. 0 1px 0 #ccc,
  12. 0 2px 0 #c9c9c9,
  13. 0 3px 0 #bbb,
  14. 0 4px 0 #b9b9b9,
  15. 0 5px 0 #aaa,
  16. 0 6px 1px rgba(0,0,0,.1),
  17. 0 0 5px rgba(0,0,0,.1),
  18. 0 1px 3px rgba(0,0,0,.3),
  19. 0 3px 5px rgba(0,0,0,.2),
  20. 0 5px 10px rgba(0,0,0,.25),
  21. 0 10px 10px rgba(0,0,0,.2),
  22. 0 20px 20px rgba(0,0,0,.15);
  23. }
  24.  
  25. .hit-the-floor {
  26. text-align: center;
  27. }
  28.  
  29. body {
  30. background-color: #f1f1f1;
  31. }
  32. </style>
  33. </head>
  34. <body>
  35. <div class="hit-the-floor">404</div>
  36. </body>
Add Comment
Please, Sign In to add comment