Take a look at the CSS code below:
div {
width: 50px;
height: 50px;
background-color: red;
box-shadow: ...;
}With the missing code piece, the result is supposed to be the following:
From the options below, select the part of the code that is missing!
Tip: You can use codepen.io to test the code.