0 / 60 seg.

Fill in the blanks to create a box shadow with no blur, a horizontal offset of 4px, a vertical offset of 4px, and a color of #888888:

.box {
    box-shadow: _____;
}