You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
913 B

10 years ago
10 years ago
10 years ago
  1. .class {
  2. margin: -3.125vw .5vh;
  3. padding: 5vmin 2.96875vw 1px;
  4. border: 0.9375vw solid black;
  5. border-bottom-width: 1px;
  6. font-size: 4.375vw;
  7. line-height: 6.25vw;
  8. }
  9. .class2 {
  10. border: 1px solid black;
  11. margin-bottom: 1px;
  12. font-size: 6.25vw;
  13. line-height: 9.375vw;
  14. }
  15. @media (min-width: 750px) {
  16. .class3 {
  17. font-size: 16px;
  18. line-height: 22px;
  19. }
  20. }
  21. .class4-ignore::before {
  22. content: '';
  23. width: 10px;
  24. padding: 3.125vw;
  25. height: 10px;
  26. border: solid 2px #000;
  27. }
  28. .class5-bad-ignore {
  29. /* px-to-viewport-ignore */
  30. width: 3.125vw;
  31. /* px-to-viewport-ignore */
  32. height: 3.125vw;
  33. /* px-to-viewport-ignore-next */
  34. }
  35. @keyframes move {
  36. 0% {
  37. transform: translate(0, 0);
  38. }
  39. /* px-to-viewport-ignore-next */
  40. 50% {
  41. transform: translate(10px, -10px);
  42. }
  43. 100% {
  44. transform: translate(10px, -10px); /* px-to-viewport-ignore */
  45. }
  46. }
  47. /*
  48. .class {
  49. font-size: 16px;
  50. }
  51. */