Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. body
  2. {
  3.     width: 100%;
  4.     background-color: #d4d9df;
  5.     padding-top: 0;
  6. }
  7.  
  8.  header
  9.  {
  10.  
  11.      width: 80%;
  12.      height: 790px;
  13.      background: url("../img/background.jpg") no-repeat center;
  14.      background-size: cover;
  15.      margin-left: auto;
  16.      margin-right: auto;
  17.      margin-top: 0;
  18.  
  19.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement