Advertisement
ukamori

media rule css for biogger99 tut

Jul 31st, 2022 (edited)
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. <!--- FEEL FREE TO ADJUST THESE SETTINGS TO FIT YOUR OWN DEVICE --->
  2.  
  3.  
  4. <!--- MUSIC PLAYER --->
  5. @media only screen and (max-width: 600px) {
  6. #music-player {
  7. left: 2em;
  8. }
  9. }
  10.  
  11.  
  12. <!--- NAME TEXT --->
  13. @media only screen and (max-width: 600px) {
  14. #yop {
  15. left:10em;
  16. }
  17. }
  18.  
  19.  
  20. <!--- ABOUT CONTAINER --->
  21. @media only screen and (max-width: 600px) {
  22. #container02 {
  23. left: 2.25em;
  24. }
  25. #text07 {
  26. height: 5em;
  27. }
  28. }
  29.  
  30.  
  31. <!--- GUIDELINES CONTAINER --->
  32. @media only screen and (max-width: 600px) {
  33. #container03 {
  34. left: 2.25em;
  35. }
  36. #text10 {
  37. height: 11.375em;
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement