CSS rounded corners
Want to know how to make CSS rounded corners? Its is a very good looking effect. You can achieve rounded corners using plain simple CSS. Read more »
CSS clearfix
Use clearfix to fix the following problem. When an element is floated, its parent no longer contains it because the float is removed from the flow. Read more »