Painless css layout implementation with float clearfix tweaking.
Most of the time I forget what I did to solve a problem in the past. So I have decided to do some shorthand documentation.
This is how I solve a very tricky problem when working with css in layout designing. I add the following css rules in my style file.
.clearfix:after {
content: “.”;
display: block;
height: 0;
clear: [...]





