CSS has a special calc() function for doing basic math. ... html { --spacing: 10px; } .module { padding: calc(var(--spacing) * 2); }.
確定! 回上一頁