Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE HTML>
<meta charset="utf-8">
<link rel="author" title="Alison Maher" href="mailto:almaher@microsoft.com">
<style>
.subgrid-in-wrong-axis {
display: grid;
grid-template-rows: subgrid [x] [x] [x] [x] repeat(auto-fill, [y]);
}
</style>
<div class="subgrid-in-wrong-axis"></div>