CSS variables, more accurately known as CSS custom properties, ... :root { --main-color: #06c; } #foo h1 { color: var(--main-color); }.
確定! 回上一頁