Guest User

Untitled

a guest
Feb 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #container{
  2. height: 15em;
  3. width: 100%;
  4. }
  5.  
  6. #center{
  7. background-color: #CCC;
  8. height: 15em;
  9. width: 70%;
  10. float: left;
  11. clear: none;
  12. }
  13.  
  14. #container_right{
  15. float: left;
  16. width: 30%;
  17. }
  18.  
  19. #right_up{
  20. background-color:#999;
  21. height: 12em;
  22. width: 100%;
  23. clear: both;
  24. }
  25.  
  26. #right_down{
  27. background-color: #666;
  28. height: 3em;
  29. width: 100%;
  30. }
Add Comment
Please, Sign In to add comment