0
541
views

Vertically align a div to the bottom in css without tables

A simple, but effective way to vertically align a child element (e.g. div) to the bottom of it's parent container just like the old valign="bottom" days.

READ MORE & VIEW COMMENTS
0
468
views

Remove the dotted focus outline around hyperlinks with css

In most browsers, when you focus on a link you will see the indication outline that you have focused on the link. This can look rather ugly in some situations, and is easily removed in all browsers with one line of css.

READ MORE & VIEW COMMENTS