Ethan Jimenez

Results 1 issues of Ethan Jimenez

Consider the following example: ```html .grid { display: inline-grid; grid-template-columns: repeat(3, auto); } .subgrid { display: grid; background: grey; grid-column: 1 / -1; padding: 0px 10px 0px 90px; grid-template-columns: subgrid;...

Agenda+
css-grid-2
Needs Testcase (WPT)