SIH2024 / static /clearfix.module.css
Neurolingua's picture
Upload 77 files
04f3c79 verified
raw
history blame contribute delete
306 Bytes
/**
* @file
* Float clearing.
*
* Based on the micro clearfix hack by Nicolas Gallagher, with the :before
* pseudo selector removed to allow normal top margin collapse.
*
* @see http://nicolasgallagher.com/micro-clearfix-hack
*/
.clearfix:after {
display: table;
clear: both;
content: "";
}