📜  浮点数的 clearfix 在 css 代码示例中做了什么

📅  最后修改于: 2022-03-11 14:47:36.833000             🧑  作者: Mango

代码示例2
.group:after {
  content: "";
  display: table;
  clear: both;
}