Are you ever tried multiple borders around an element/div? You may use multiple wrapper div and set CSS border property. But you are using redundant markup to accomplish.
Today I will show a cool trick to show multiple borders using a single element. no Extra Div,:after or :before.
Continue reading...