Guest User

Untitled

a guest
Nov 16th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.98 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title> фотограф Ксенья Верещак </title>
  4.         <style type="text/css">
  5.             .block1 {
  6.                 position: relative;
  7.                 padding-left: 200px;
  8.                 float: left;
  9.                 top: 70px;
  10.             }
  11.             .block2 {
  12.                 position: relative;
  13.                 padding-right: 200px;
  14.                 float: right;
  15.                 top: 70px;
  16.             }
  17.             .block3 {
  18.                 position: relative;
  19.                 top: 120px;
  20.                                
  21.             }
  22.             .block4 {
  23.                 position: relative;
  24.                 top: 120px;
  25.                 border: 2px solid black;
  26.                                 text-align: center;
  27.                         }
  28.         </style>
  29.     </head>
  30.     <body>
  31.         <div class="block1"> фотограф Ксения Верещак </div>
  32.         <div class="block2">
  33.             <a href="contacts.html"> Контакты </a>&nbsp;
  34.             <a href="info.html"> Инфо </a>&nbsp;
  35.             <a href="portfolio.html"> Портфолио </a>&nbsp;
  36.         </div><br>
  37.             <div class="block4">
  38.                
  39.                     <a href="1.html"><img src="1.jpg"></a>
  40.                
  41.             </div>
  42.     </body>
  43. </html>
Add Comment
Please, Sign In to add comment