:root { --h1-color: gold; } h2.page1 { --h1-color: green; } h2 { color: var(--h1-color); }. Since we can override CSS rules by adding ...
確定! 回上一頁