Advertisement
izuemis

kanaria positioning

Sep 8th, 2022
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <style>
  2.  
  3. #container01 {
  4. z-index: 999;
  5. position: relative;
  6. top: 1em;
  7. }
  8.  
  9. #container03 {
  10. z-index: 998;
  11. position: absolute;
  12. top: 12em;
  13. left: 0em;
  14. right: 0em;
  15. }
  16.  
  17. #container04, #container05, #container06 {
  18. z-index: 999;
  19. position: absolute;
  20. top: 7em;
  21. left: 0em;
  22. right: 0em;
  23. }
  24.  
  25. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement