Question: Which style rule is equivalent to the style rule that follows? section { grid - row: 3 5 ; grid - column: 5 / 1

Which style rule is equivalent to the style rule that follows?
section {
grid-row: 35;
grid-column: 5/13;
}
a. section {
grid-row: 3/5;
grid-column: 5/ span 8 ;
}
b. section {
grid-row: 3/ span 3;
grid-column: 5/ span 9;
}
C. section {
grid-row: 3/span 3;
grid-column: 5/13;
}
d. section {
grid-row: 35;
 Which style rule is equivalent to the style rule that follows?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!