CSS: Top vs Margin-top

后端 未结 5 528
-上瘾入骨i
-上瘾入骨i 2020-11-29 17:56

I\'m not sure if I fully understand the difference between these two.

Can someone explain why I would use one over the other and how they differ?

5条回答
  •  Happy的楠姐
    2020-11-29 18:21

    The top property is a position property. It is used with the position property, such as absolute or relative. margin-top is an element's own property.

提交回复
热议问题