Advertisement
Guest User

Copy & Pase if you like men

a guest
Nov 28th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. #RightSection, #LeftSection {
  2.     width:47%;
  3.     height:80%;
  4.  
  5.     position:absolute;
  6.     top:250px;
  7.  
  8.     border:1px solid;
  9.     background-color:#FFF;
  10. }
  11.  
  12. #LeftSection {
  13.     left:25px;
  14. }
  15.  
  16. #RightSection {
  17.     float:right;
  18.     right:25px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement