Guest User

Untitled

a guest
May 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <div class="outerdiv">
  2. <div class="outerdivleft">
  3. ... Update Panel Left ...
  4. </div>
  5. <div class="outerdivright">
  6. ... Update Panel Right ...
  7. </div>
  8. </div>
  9.  
  10. .outerdiv div { float: right; }
  11. .outerdiv div:first-child { float: left }
  12.  
  13. .outerdiv div:first-child {float:left;}
  14. .outerdiv div:last-child {float:right;}
Add Comment
Please, Sign In to add comment