Guest User

Untitled

a guest
Jul 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. /* Vycentrovanej header */
  2.   body{
  3.         margin: 50px 0;
  4.         padding: 0px;
  5.         text-align: center;
  6.         background-color: gray;
  7.         background-repeat:repeat;
  8.        
  9.     }
  10.     #header{
  11.         width: 750px;
  12.         height: 257;
  13.         margin: 0px auto;        
  14.         padding: 15px;
  15.         background-image: url(images/760px-Header-Dark_forest.jpg);
  16.           background-position: center top;
  17.           background-repeat: no-repeat;
  18.     }
Add Comment
Please, Sign In to add comment