Advertisement
izuemis

hina hikawa positioning

Sep 5th, 2022
666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <style>
  2.  
  3. #text01 {
  4. position: relative;
  5. bottom: 1em;
  6. z-index: 999;
  7. }
  8.  
  9. #text02 {
  10. position: relative;
  11. bottom: 1.75em;
  12. }
  13.  
  14. #text04 {
  15. position: relative;
  16. left:2.5px;
  17. bottom: -35px;
  18. }
  19.  
  20. #container02 {
  21. position: absolute;
  22. top: .25em;
  23. right: 0.5em;
  24. }
  25.  
  26. #image02 {
  27. position: relative;
  28. top: 2em;
  29. }
  30.  
  31. #image04 {
  32. position: absolute;
  33. top: -.5em;
  34. right: -5px;
  35. transform: rotate(5deg);
  36. }
  37.  
  38. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement