Complete the code to add a box shadow with a vertical offset of 10px, a horizontal offset of 10px, a blur radius of 5px, and black color:
.box {
box-shadow: _____;
}
Complete the code to add a box shadow with a vertical offset of 10px, a horizontal offset of 10px, a blur radius of 5px, and black color:
.box {
box-shadow: _____;
}