Skip to content

Instantly share code, notes, and snippets.

@tomwray13
Created February 14, 2020 03:56
Show Gist options
  • Save tomwray13/e8896d596210c15d067529d3b618c654 to your computer and use it in GitHub Desktop.
Save tomwray13/e8896d596210c15d067529d3b618c654 to your computer and use it in GitHub Desktop.
Notion 2
<div class="features-wrapper">
<div class="feature">...</div>
<div class="feature">...</div>
<div class="feature">...</div>
<div class="feature">...</div>
</div>
<style>
.features-wrapper {
display: grid;
grid-column-gap: 1rem;
}
.feature {}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment