Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.  
  4. <head>
  5. <style>
  6. <!--
  7.  
  8. body, div{font-family: Arial, sans-serif; color:#3f2c55;}
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. body
  20.  
  21. {
  22.  
  23. width:100%;
  24. height:100%;
  25.  
  26. padding:0px;
  27. margin:0px;
  28. background: url(bg.jpg) no-repeat center center fixed;
  29. -webkit-background-size: cover;
  30. -moz-background-size: cover;
  31. -o-background-size: cover;
  32. background-size: cover;
  33. text-align: center;
  34.  
  35.  
  36. }
  37.  
  38. #border{border: 1px solid black; width: calc(100vw - 2px); }
  39. #container{
  40.  
  41. margin: 0 auto;
  42. display: table-cell;
  43. vertical-align: middle;
  44. text-align: center;
  45.  
  46.  
  47. width:100%;
  48. height: calc(100vw - 2px);
  49.  
  50. padding:0 10px;
  51.  
  52.  
  53. }
  54.  
  55. h1{font-size: 8vh;}
  56. p{font-size: 6vh;}
  57. -->
  58. </style>
  59. </head>
  60. <body>
  61. <div id="border">
  62. <div id="container">
  63.  
  64. <div>
  65. <h1>Получайте доп. доход за счет свободной электроэнергии</h1>
  66. <p>Майнинговое оборудование оптимизует бизнес</p>
  67. </div>
  68. </div>
  69. </div>
  70.  
  71. </body>
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement