CSS ⟩ CSS functions ⟩ calc()
Modern CSS (2020)
/* calc() 可以運算不同單位的值 */ top: calc(100% + 20px);
Last updated 9 months ago
Was this helpful?