当前位置:首页 > Web开发 > 正文

HTML清楚塌陷问题

2024-03-31 Web开发

/* 清除浮动塌陷问题 */
.clearfix:after {
 clear: both;
}

.clearfix:after,
.clearfix:before {
 content: " ";
 display: table;
}

/* 清除浮动塌陷问题 */ .clearfix:after { clear: both; } .clearfix:after, .clearfix:before { content: " "; display: table; }

  

HTML清楚塌陷问题

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/41980.html