CSS盒子模型要點補充

狀況介紹: 當父盒子包裹子盒子,給子盒子添加margin-top時,子盒子與父盒子的上邊線並不能分開,而是會致使,兩個盒子同時下來。 示例代碼:css <style> *{ margin: 0px; padding: 0px; } #father{ width: 400px; height: 400px; margin: 0px auto; background-color: #5f79ff; }
相關文章
相關標籤/搜索