Guest User

Untitled

a guest
Oct 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2.  
  3. .wrapper{
  4. margin: 20px;
  5. background-color: #ccc;
  6. position: relative;
  7. }
  8.  
  9. .stuff{
  10.  
  11. width: 200px;
  12. float: left;
  13. height: 100%;
  14. position: absolute;
  15. background-color: pink;
  16.  
  17. }
  18.  
  19. .otherstuff{
  20. margin-left: 220px;
  21. }
Add Comment
Please, Sign In to add comment