Detailed Positioning - Learn to Code Advanced HTML & CSS/ clear fix technique for floated container class box-set

PHOTO EMBED

Tue Feb 01 2022 20:33:31 GMT+0000 (Coordinated Universal Time)

Saved by @tolanisirius

.box-set:before,
.box-set:after {
  content: "";
  display: table;
}
.box-set:after {
  clear: both;
}
.box-set {
  *zoom: 1;
}
content_copyCOPY

https://learn.shayhowe.com/advanced-html-css/detailed-css-positioning/