Best Practices
No edit summary Tags: Reverted 2017 source edit |
No edit summary Tags: Reverted 2017 source edit |
||
Line 21: | Line 21: | ||
.heading { | .heading { | ||
font-size: 2.25em; | font-size: 2.25em; | ||
} | |||
.grid-container { | |||
display: grid; | |||
padding: 0 5em; | |||
grid-template-columns: repeat(2, 1fr); | |||
gap: 20px; | |||
grid-auto-rows: minmax(100px, auto); | |||
} | } | ||
Line 65: | Line 72: | ||
} | } | ||
} | } | ||
Revision as of 07:19, 1 August 2024
Best practices
BEST PRACTICES
Suggestions and ideas on how to creatively use MDriven tools.