Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

style rule that expands the element to cover any floating content within the element

.row {
	clear: both;
}

.row::after {
	clear: both;
	content: "";
	display: table;
}
 
PREVIOUS NEXT
Tagged: #style #rule #expands #element #cover #floating #content #element
ADD COMMENT
Topic
Name
5+1 =