Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. @import url(https://fonts.googleapis.com/css?family=opensans:500);
  2. body{
  3. background: #F9F9F9;
  4. color:#929292;
  5. font-family: 'Open Sans', sans-serif;
  6. max-height:700px;
  7. overflow: hidden;
  8. }
  9. .c{
  10. text-align: center;
  11. display: block;
  12. position: relative;
  13. width:80%;
  14. margin:100px auto;
  15. }
  16. ._404{
  17. font-size: 220px;
  18. position: relative;
  19. display: inline-block;
  20. z-index: 2;
  21. height: 250px;
  22. letter-spacing: 15px;
  23. }
  24. ._1{
  25. text-align:center;
  26. display:block;
  27. position:relative;
  28. letter-spacing: 12px;
  29. font-size: 4em;
  30. line-height: 80%;
  31. }
  32.  
  33. .text{
  34. font-size: 70px;
  35. text-align: center;
  36. position: relative;
  37. display: inline-block;
  38. margin: 19px 0px 0px 0px;
  39. /* top: 256.301px; */
  40. z-index: 3;
  41. width: 100%;
  42. line-height: 1.2em;
  43. display: inline-block;
  44. }
  45.  
  46.  
  47. .btn{
  48. background-color: rgb( 255, 255, 255 );
  49. position: relative;
  50. display: inline-block;
  51. width: 358px;
  52. padding: 5px;
  53. z-index: 5;
  54. font-size: 25px;
  55. margin:0 auto;
  56. color:#33cc99;
  57. text-decoration: none;
  58. margin-right: 10px
  59. }
  60. .right{
  61. float:right;
  62. width:60%;
  63. }
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. <div class='c'>
  71. <div class='_404'>404</div>
  72.  
  73. <div class='_1'>Oops, something went wrong</div>
  74. <a class='btn' href='#'>BACK TO MARS</a>
  75. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement