Open GeekEast opened 5 years ago
https://geekeast.github.io/css3.html
calc 1234.test { width: calc(50%-10px); width: calc(100% / 6);} CSS variables 1234567:root { --primary-color: hotpink; }h1 { background-color: var(--primary-color);
https://geekeast.github.io/css3.html
calc 1234.test { width: calc(50%-10px); width: calc(100% / 6);} CSS variables 1234567:root { --primary-color: hotpink; }h1 { background-color: var(--primary-color);