Fill in the blanks to create a box shadow with a vertical offset of 2px, a horizontal offset of 2px, a blur radius of 3px, and red color:
.box {
box-shadow: _____;
}
Fill in the blanks to create a box shadow with a vertical offset of 2px, a horizontal offset of 2px, a blur radius of 3px, and red color:
.box {
box-shadow: _____;
}