mixue

media rule for pisces crd

Aug 27th, 2022 (edited)
994
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. @media only screen and (max-width: 600px) {
  2. #maininfo {
  3. position: relative;
  4. right: 3px;
  5. bottom: 3px;
  6. }
  7. }
  8.  
  9. @media only screen and (max-width: 600px) {
  10. #rules1 {
  11. left: 0px;
  12. bottom: 3px;
  13. }
  14. }
  15.  
  16. @media only screen and (max-width: 600px) {
  17. #rules2 {
  18. bottom: 3px;
  19. }
  20. }
  21.  
  22. @media only screen and (max-width: 600px) {
  23. #info1 {
  24. left: 0px;
  25. bottom: 3px;
  26. }
  27. }
  28.  
  29. @media only screen and (max-width: 600px) {
  30. #info2 {
  31. bottom: 3px;
  32. }
  33. }
  34.  
  35. @media only screen and (max-width: 600px) {
  36. #text04, #text05 {
  37. transform: rotate(-90deg);
  38. top: 3.5;
  39. right: 4em;
  40. }
  41. }
  42.  
  43. @media only screen and (max-width: 600px) {
  44. #container03 {
  45. bottom: -3.5em;
  46. }
  47. }
  48.  
  49.  
Advertisement
Add Comment
Please, Sign In to add comment