Advertisement
izuemis

25 ji crd positioning codes

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