Guest User

Untitled

a guest
Oct 20th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 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. height: 100%;
  13. position: absolute;
  14. background-color: pink;
  15.  
  16. }
  17.  
  18. .otherstuff{
  19. margin-left: 220px;
  20. }
Add Comment
Please, Sign In to add comment