CSS ⟩ CSS functions ⟩ calc()
Modern CSS (2020)
/* calc() 可以運算不同單位的值 */ top: calc(100% + 20px);
CSSarrow-up-right ⟩ CSS functionsarrow-up-right ⟩ calc()arrow-up-right
Last updated 1 year ago