Advertisement
Chessbrain94

Untitled

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