CSS Shadows
box-shadow
box-shadow: offset-x offset-y blur spread color
text-shadow
text-shadow: offset-x offset-y blur color
box-shadow: offset-x offset-y blur spread color
text-shadow: offset-x offset-y blur color
.sh {
padding:20px;
margin:10px 0;
border-radius:12px;
text-align:center;
font-weight:bold;
background:white;
}