0 / 60 seg.

Fill in the blanks to create a box with a width of 300 pixels, a height of 200 pixels, and a red border:

.box {
    width: _____;
    height: _____;
    border: _____; 
}