Which of the following reserves the first column in a three row grid for the nav element?

a. nav { grid-row: 1 / 4; grid-column: 1 / 2; }
b. nav { grid-template-row: 3; grid-template-column: 1; }
c. nav { row: all; column: 1; }
d. nav { grid-column: 1 / 3; grid-row: 1 / 4; }

a. nav { grid-row: 1 / 4; grid-column: 1 / 2; }

Computer Science & Information Technology

You might also like to view...

The ________ feature displays what a document would look like if a certain style set were applied

Fill in the blank(s) with correct word

Computer Science & Information Technology

?The text size is defined using the _________ property.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology