Combine calc() with attr() in CSS. There appears to be a way around it using var s. Click to copy .content{ --x: 1; width: calc(100px * var(--x)); ...
確定! 回上一頁