How to make a double line border in CSS, each line in a different color without using background-image?
background-image
For example like this:
border-bottom: 1px solid blue; box-shadow: 0 1px 0 red;