Is there a way to use two CSS3 box shadows on one element? October 21, 2022 by Tarik You can comma-separate shadows: box-shadow: inset 0 2px 0px #dcffa6, 0 2px 5px #000;