Advertisement
izuemis

seeun crd positioning codes

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