Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.57 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Cuda</title>
  4. <style>
  5. * {margin: 0px; padding: 0px}
  6. body {
  7.  background: url('../images/bg.png') #36495e;
  8.  font-family: tahoma, verdana, arial, sans-serif, Lucida Sans;
  9.  font-weight: normal;
  10.  font-size: 11px;
  11.  color: #444444;
  12.  line-height: 1;
  13. }
  14. #page {width: 800px; margin: 0 auto; margin-top: 45px !important }
  15. #header {}
  16. .o {overflow: hidden;}
  17. .left {float: left;}
  18. #logo {color: white; font-size: 23px; }
  19. #logo_description {color: #8393a4}
  20. .right {float: right;}
  21.  
  22. #content {}
  23. #text {}
  24. #text2 {}
  25. #button {}
  26.  
  27. </style>
  28. </head>
  29. <body>
  30. <div id="page">
  31. <div id="header">
  32.  <div class="o">
  33.   <div class="left">
  34.    <div id="logo">
  35.     <b>VKMIX</b>
  36.      <span id="logo_description">
  37.      БЕСПЛАТНАЯ НАКРУТКА
  38.      </span>
  39.    </div>
  40.   </div>
  41.   <div class="right">
  42.  
  43.   </div>
  44.  </div>
  45. </div>
  46. <div id="content">
  47.  <div class="o">
  48.   <div class="left">
  49.    <div id="text">
  50.     Бесплатная накрутка лайков,<br>
  51.     репостов,подписчиков,<br>
  52.     комментариев,опросов ВКонтакте<br>
  53.     и Инстаграм
  54.    </div>
  55.    <div id="text2">
  56.     Вы можете воспользоваться быстрым заказом <br>
  57.     который не требует регистрации
  58.    </div>
  59.    <div id="button">
  60.     <a href="">БЫСТРЫЙ ЗАКАЗ</a>
  61.    </div>
  62.   </div>
  63.   <div class="right">
  64.    
  65.   </div>
  66.  </div>
  67. </div>
  68. </div>
  69.  
  70. <input type="text" value="Логин">
  71. <input type="password" value="Пароль">
  72.  
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement