reference: https://css-tricks.com/snippets/css/clear-fix/
.clearfix::after { content: ""; display: table; clear: both; }