Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. .ClassNameA {
  2. right: 0;
  3. bottom: 0;
  4. left: 0;
  5. }
  6. .ClassNameB > * {
  7. width: 100%;
  8. height: auto;
  9. position: absolute;
  10. top: 0;
  11. }
  12.  
  13. .ClassNameA {
  14. right: 0;
  15. bottom: 0;
  16. left: 0;
  17. }
  18. .ClassNameB > * {
  19. width: 100%;
  20. height: auto;
  21. position: absolute;
  22. top: 0;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement