how to make multiple borders using box shadow in css
.many_borders{box-shadow:00010pxred,00015pxblue,00020pxred,00025pxblue;}/*
Here the fourth parameter is called the spread and it basically means after how many
pixels the shadow should start spreading
*/