Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. CSS:
  2.  
  3. #header {
  4.         height:120px;
  5.         border-bottom:5px solid black;
  6. }
  7.  
  8.  
  9. #content  {
  10.         background-image: url('../img/background.jpg');
  11.         background-repeat: no-repeat;
  12.         background-size:cover;
  13.         width:100%;
  14.         height:100%;
  15. }
  16.  
  17. HTML:
  18. <div id="header"></div>
  19.  
  20. <div id="content">
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement