您好,登錄后才能下訂單哦!
這篇文章主要講解了“css邊距重疊的實例介紹”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“css邊距重疊的實例介紹”吧!
1、邊界重疊是指兩個或兩個以上盒子的相鄰邊界重合在一起,構成單一邊界。
可以相鄰也可以嵌套,其中沒有非空內容、補白、邊框。
.neighbor{ height: 100px; background: red; } .father{ background: #f436365e; } .child{ height: 100px; margin-top: 10px; background: #00800047; } <div> this is neighbor </div> <div> <div> this is child </div> </div>
2、這兩個或兩個以上塊級盒的垂直鄰接邊界重合,其邊界寬度為相鄰邊界寬度的最大值。
請注意,水平線不重合。
<style type="text/css"> .father{ background: #f436365e; overflow: hidden; } .child{ height: 20px; margin: 30px auto 30px; background: #00800047; } </style> <div> <div> this is child1 </div> <div> this is child2 </div> <div> this is child1 </div> </div>
感謝各位的閱讀,以上就是“css邊距重疊的實例介紹”的內容了,經過本文的學習后,相信大家對css邊距重疊的實例介紹這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。