mixue

diaries crd media rule

Aug 8th, 2022 (edited)
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. ---container01---
  2. @media only screen and (max-width: 600px) {
  3. #container01 {
  4. background-size: 300px;
  5. }
  6. }
  7.  
  8. ---music player---
  9. @media only screen and (max-width: 600px) {
  10. #musicplayer {
  11. top: 15px;
  12. }
  13. }
  14.  
  15. ---text01---
  16. @media only screen and (max-width: 600px) {
  17. #text01 {
  18. padding-top:3px;
  19. }
  20. }
  21.  
  22. ---text02---
  23. @media only screen and (max-width: 600px) {
  24. #text02 {
  25. position: relative;
  26. top: 10px;
  27. }
  28. }
  29.  
  30. ---scroll01---
  31. @media only screen and (max-width: 600px) {
  32. #scroll01 {
  33. height: 11.4em;
  34. width: 9em;
  35. padding: 10px 0px 5px 15px;
  36. }
  37. }
  38.  
  39. ---scroll02---
  40. @media only screen and (max-width: 600px) {
  41. #scroll02 {
  42. height: 9.5em;
  43. width:9em;
  44. }
  45. }
  46.  
  47. ---scroll03---
  48. @media only screen and (max-width: 600px) {
  49. #scroll03 {
  50. height: 11.4em;
  51. width: 9em;
  52. }
  53. }
  54.  
  55. ---scroll04---
  56. @media only screen and (max-width: 600px) {
  57. #scroll04 {
  58. height: 8em;
  59. width: 8em;
  60. }
  61. }
  62.  
  63.  
Advertisement
Add Comment
Please, Sign In to add comment