Homework Clinic

Science Clinic => Computer Science => Topic started by: laurencescou on May 25, 2019

Title: Which of the following reserves the first column in a three row grid for the nav element?
Post by: laurencescou on May 25, 2019
Which of the following reserves the first column in a three row grid for the nav element?
nav { grid-row: 1 / 4; grid-column: 1 / 2; }
nav { grid-column: 1 / 3; grid-row: 1 / 4; }
nav { grid-template-row: 3; grid-template-column: 1; }
nav { row: all; column: 1; }
Title: Which of the following reserves the first column in a three row grid for the nav element?
Post by: kingfahad97 on May 25, 2019
nav { grid-row: 1 / 4; grid-column: 1 / 2; }
Title: Which of the following reserves the first column in a three row grid for the nav element?
Post by: laurencescou on May 25, 2019
Thank you!
Title: Which of the following reserves the first column in a three row grid for the nav element?
Post by: kingfahad97 on May 25, 2019
Always glad to help...
Title: Re: Which of the following reserves the first column in a three row grid for the nav element?
Post by: lr00429 on Sep 21, 2019
Thank You
Title: Re: Which of the following reserves the first column in a three row grid for the nav element?
Post by: abdullahi80 on Oct 13, 2019
Thank You.
Title: Re: Which of the following reserves the first column in a three row grid for the nav element?
Post by: Darkness on Oct 17, 2019
Thank you.
Title: Re: Which of the following reserves the first column in a three row grid for the nav element?
Post by: Vanessa W on Oct 16, 2020
thank you