🔸negative margin

CSSbox modelmargin ⟩ negative margin

使用場合:

  • 調整間距:微調元素之間的間距而不改變其他樣式。

  • 製造重疊:讓元素部分或完全重疊到另一個元素上。

  • 對齊內容:用來微調元素的位置,讓它看起來更整齊。

  • 打破正常的文檔流:讓元素超出父容器或正常的佈局範圍。

Using negative margins to overlap elements can render some elements unclickable if they’re moved beneath other elements.

Last updated