Advertisement
tonykuroi

index.css

Jul 24th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. div.main{
  2. position:relative;
  3. max-width: 1700px;
  4. width: 100%;
  5. height:1000px;
  6. border:4px solid black;
  7. }
  8.  
  9. div.sub1{
  10. background-color:green;
  11. position:absolute;
  12. height: 100%;
  13. display:inline-block;
  14. margin-left:200px;
  15. width:100%;
  16. border: 1px solid black;
  17. max-width:1500px;
  18. }
  19.  
  20. div.side{
  21. float:left;
  22. background-color:blue;
  23. position:absolute;
  24. display:inline-block;
  25. width: 200px;
  26. border: 1px solid black;
  27. height: 100%;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement