Guest User

Untitled

a guest
Feb 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #left {
  2. position: absolute;
  3. top: 0px;
  4. width: 200px;
  5. bottom: 0px;
  6. left: 0px;
  7. padding: 0px;
  8. margin: 0px;
  9. border: none;
  10. }
  11.  
  12. #divider {
  13. position: absolute;
  14. top: 0px;
  15. width: 9px;
  16. bottom: 0px;
  17. left: 200px;
  18. padding: 0px;
  19. margin: 0px;
  20. border-top: none;
  21. border-right: 1px solid gray;
  22. border-bottom: none;
  23. border-left: 1px solid gray;
  24. }
  25.  
  26. #right {
  27. position: absolute;
  28. top: 0px;
  29. right: 0px;
  30. bottom: 0px;
  31. left: 211px;
  32. padding: 0px;
  33. margin: 0px;
  34. border: none;
  35. }
Add Comment
Please, Sign In to add comment