Advertisement
izuemis

2 column carrd positioning codes

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