bishawjit-das
1/11/2015 - 7:11 AM

#css: CSS Clearfix

#css: CSS Clearfix

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

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}