Question: Hi, Can u help me to solve this task. Grid Spacing Styles: Go to the Grid Spacing Styles section. Create a style rule to apply
Hi, Can u help me to solve this task.
Grid Spacing Styles: "Go to the Grid Spacing Styles section. Create a style rule to apply the Border Box model to the div elements belonging to the following classes: container, row, classes that begin with column, cell, and a elements nested within div elements belonging to the cell class." Here is How I did it, but the System is not approving it : /* Grid Spacing Styles */ container,row,.column,.cell,div.a,div.cell { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
