GeekEast / blog_comment

0 stars 0 forks source link

CSS3 New Features | 雪中印 #44

Open GeekEast opened 5 years ago

GeekEast commented 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);&#1