text-shadow: offset-x offset-y blur-radius color | none | initial | inherit;
color: pink;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}box-shadow: offset-x offset-y blur spread color | none | inset | initial | inherit;
width: 200px;
height: 80px;
padding: 25px;
background-color: #ff5722;
box-shadow: 8px 8px 4px #000;
}width: 200px;
height: 80px;
padding: 25px;
background-color: #ff5722;
box-shadow: 8px 8px 4px 5px #000;
}width: 200px;
height: 80px;
padding: 25px;
background-color: #ff5722;
box-shadow: 2px 2px 4px 5px #000 inset;
}