Advertisement
Chessbrain94

Untitled

Jun 13th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. #header{
  2.     height: 100px;
  3.     width: 100%;
  4.     background-color: gray;
  5.     display: inline-block;
  6. }
  7.  
  8. .left{
  9.     height: 100%;
  10.     width: 100px;
  11.     background-color: yellow;
  12.     float: left;
  13. }
  14.  
  15. #footer{
  16.     height: 100px;
  17.     width: 100%;
  18.     background-color: gray;
  19.     display: block;
  20.     clear: both;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement