Advertisement
NickAndNick

Вставка

Jul 4th, 2013
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <style>
  6.         #payment {
  7.             background:url("http://betboss.ru/static/image/payment_bg.jpg") repeat-x ;
  8.             height: 37px;
  9.             line-height: 37px;
  10.             position: relative;
  11.             border: 1px solid #dbd5d5;
  12.             left: -41px;
  13.             width: 960px;
  14.             margin-top: 10px;
  15.             color: #34678F;
  16.             font-size: 12px;
  17.             font-weight: bold;
  18.             text-indent: 41px;
  19.         }
  20.         div { display: block; }
  21.         body { font-family: Arial; }
  22.         * { margin: 0; padding: 0; }
  23.         #main {
  24.             width: 800px;
  25.             height: 100%;
  26.             margin: 0 auto;
  27.         }
  28.     </style>
  29. </head>
  30. <body>
  31. <div id="main">
  32.     <div id="payment">
  33.         <img  src="http://betboss.ru/static/image/payments.png" width="730" height="37" usemap="#pay" />
  34.         <div style="float:left">Мы принимаем:</div>
  35.     </div>
  36. </div>
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement