Multiple borders with CSS2
How to make a div with multiple borders? Usual approach is to create a div with border then add another div inside that one with different border. We end up with lots of divs inside of other divs. If there only was an easier way to do it in CSS without the need of more divs... There is! :before and... Read more »