Guest User

Untitled

a guest
Dec 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>Error 404</title>
  6. <link rel="stylesheet" href="css/estilos_error404.css">
  7. </head>
  8. <body>
  9. <div class="container">
  10. <center>
  11. <h2>
  12. <span>Error 404</span><br/>
  13. Page not found<br/>
  14. Página no encontrada
  15. </h2>
  16. <br/>
  17. <img src="imagenes/casa_rural.png" alt="Osmarrural" />
  18. <br/>
  19. <p>¡Vaya! Algo salió mal.<br/></p>
  20. </center>
  21. </div>
  22. </body>
  23. </html>
  24.  
  25. ::-moz-selection {background: #b3d4fc; text-shadow: none;}
  26. ::selection {background: #b3d4fc; text-shadow: none;}
  27.  
  28. html {
  29. padding: 30px 10px;
  30. font-size: 16px;
  31. line-height: 1.4;
  32. color: #737373;
  33. background: #f0f0f0;
  34. -webkit-text-size-adjust: 100%;
  35. -ms-text-size-adjust: 100%;
  36. }
  37.  
  38. html, input {
  39. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  40. }
  41.  
  42. body {
  43. max-width:700px;
  44. _width: 700px;
  45. padding: 30px 20px 50px;
  46. border: 1px solid #b3b3b3;
  47. border-radius: 4px;
  48. margin: 0 auto;
  49. box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
  50. background: #fcfcfc;
  51. }
  52.  
  53. h2 {
  54. color: #D35780;
  55. margin: 0 10px;
  56. font-size: 40px;
  57. text-align: center;
  58. }
  59.  
  60. h2 span {color: #bbb;font-size: 80px;}
  61.  
  62. .container {
  63. max-width: 400px;
  64. margin: 0 auto;
  65. top: 50%;
  66. left: 50%;
  67. }
  68.  
  69. input::-moz-focus-inner {padding: 0;border: 0;}
Add Comment
Please, Sign In to add comment