|
|
|
|
|
by nailer
2073 days ago
|
|
My rule: grid by default body,
nav,
header,
article,
section,
figure,
form,
div,
header,
footer,
button,
.button {
display: grid;
}
.button is gross but included as older Chrome/Edgium have issues using grid/flex on proper buttons. |
|