Skip to content

Instantly share code, notes, and snippets.

<style type="text/css">
.Grid {
display: flex;
}
.Grid-cell {
flex: 1;
}
</style>
<style type="text/css">
.Grid {
display: flex;
}
.Grid-cell {
flex: 1;
}
</style>