How to Create Multiple Borders in CSS3

multiple borders using box-shadow

box-shadow: 
	0 0 0 2px #000,
	0 0 0 3px #999,
	0 0 0 9px #fa0,
	0 0 0 10px #666,
	0 0 0 16px #fd0,
	0 0 0 18px #000,
	0 2px 6px 18px rgba(0,0,0,0.5);

For more information, please view the source of this page and refer to:
How to Create Multiple Borders in CSS3

This example code was developed by Craig Buckler of OptimalWorks.net for SitePoint.com.

It can be used without any restrictions but please don't expect 24/7 support! A link back to SitePoint.com is appreciated.