Règle de style qui étend l'élément pour couvrir tout contenu flottant dans l'élément

.row {
	clear: both;
}

.row::after {
	clear: both;
	content: "";
	display: table;
}
Delightful Dolphin