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...

A(n) ________ is the smallest data element of a table

Fill in the blank(s) with correct word

Computer Science & Information Technology

The part of the security policy that defines what company resources can be accessed from home is

A) The acceptable use part B) The physical access part C) The remote access part D) The emergency procedures part

Computer Science & Information Technology

Which device connects two or more networks?

a. Access point b. Network adapter c. Router d. Switch

Computer Science & Information Technology

One way to change a graphic is to ____.

A. analyze the data B. highlight the border C. add a database D. delete elements

Computer Science & Information Technology