Please, can someone help with this one? ;.)
.c {
grid-area:
}
Please post a link to this exercise. Thanks.
Did you add a third element to the HTML?
<div class="box c">C</div>
Where is the value for grid-area
?
In style.css, create a rule set for class c. Use grid-area to make this item take up the eighth column and rows six, seven and eight. Use span for both ending values.
grid-area: row / col / row_span / col_span
Use the other two as examples to follow.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.