CSS3 allows us to do all sorts of cool things!

Multiple background images is a cool feature of CSS3. The syntax is easy, you just comma separate them. I like to use the background shorthand property so you can declare the position and repeating and whatnot and keep them all grouped together. What isn't obvious while looking at the syntax is which image is on top in the vertical stacking order when those images overlap. The first is on top and they go down from there.

if you simply need a series of solid-color borders, there is an easier alternative: the box-shadow property. This alos let's you make multiple drop shadows, inset shadows and all sorts of creative edges. Unlike the border property, box-shadow permits multiple shadows separated with a comma. The last shadow defined sits at the bottom of the stack

 

http://www.creativebloq.com/css3/get-grips-css3-multiple-background-images-9134280