Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Document</title>
  6.     <link rel="stylesheet" href="style3.css">
  7.     <style>
  8.     .content {
  9.         width:350px;
  10.         font: 14px Arial;
  11.     }
  12.     .content > .header {
  13.         font: bold 14px Arial;
  14.     }
  15.     .content >.title {        
  16.         font: bold 14px Arial;
  17.         width: 100px;
  18.         float: left;
  19.     }    
  20.    
  21.    
  22.     </style>
  23. </head>
  24. <body>
  25.     <div class="content">
  26.         <div class="header">Офис:</div>
  27.         <div class="title">Адрес:</div><div class="value">г.Ижевск, ул.Ленина, 145, оф.307</div>
  28.         <div class="title">Тел:</div><div class="value">8 (3412) 123-45-67</div>
  29.         <div class="title">E-mail:</div><div class="value">info@apriori.com</div><br />
  30.         <div class="header">Консультация технолога:</div>
  31.         <div class="title">Тел:</div><div class="value">8 (3412) 123-45-67</div>
  32.         <div class="title">E-mail:</div><div class="value">info@apriori.com</div><br />
  33.         <div class="header">Склад:</div>
  34.         <div class="title">Адрес:</div><div class="value">г.Ижевск, ул.Ленина, 145, оф.307</div>
  35.         <div class="title">Тел:</div><div class="value">8 (3412) 123-45-67</div>
  36.         <div class="title">E-mail:</div><div class="value">info@apriori.com</div>        
  37.     </div>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement