Advertisement
ruesha

css media rule – 07/11

Jul 11th, 2024 (edited)
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <style>
  2.  
  3. @media only screen and (max-width: 600px) {
  4.  
  5. #text01 {
  6. position: absolute;
  7. bottom: 160px;
  8. left: 0px;
  9. }
  10.  
  11. #container01, #container02, #container03, #container04 {
  12. width: 135px;
  13. }
  14.  
  15. #container04 {
  16. bottom: -116px;
  17. }
  18.  
  19. #image01 {
  20. position: absolute;
  21. left: -72px;
  22. bottom: 2px;
  23. }
  24.  
  25. }
  26.  
  27. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement