The Zen attachment
This is a small story about the beauty of simple solutions. It is the story about an elaborate problem set where each solution gets more complex, and doesnt really solve the main issue. In the end a stroke of genious solves the problem with only a 16 byte size increase. Keep It Simple Stupid
2 Comments
Float and clear in theory
The CSS properties float and clear empower you to create lightweight and flexible layouts while keeping your markup sleak and logic. But floats easily may end up in unexpected behaviours if you do not know what you are doing. In this post I will summarize many of the findings I have read all over the web.