there is var in css var(--colorName) that you can use background-color : var(--colorName). and to define: :root{ --colorName: coral; }.
確定! 回上一頁