Same size

Report a typo

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:

The red square with lightred shadow

From the options below, select the part of the code that is missing!

Tip: You can use codepen.io to test the code.

Select one option from the list
___

Create a free account to access the full topic