Skip to content

Instantly share code, notes, and snippets.

@tomwray13
Created February 14, 2020 03:55
Show Gist options
  • Save tomwray13/3658c9b48ddb517fba2068e5b859d481 to your computer and use it in GitHub Desktop.
Save tomwray13/3658c9b48ddb517fba2068e5b859d481 to your computer and use it in GitHub Desktop.
Notion.so 1
<div class="..."> <!-- Wrapper class goes here -->
<div class="feature">
<img class="feature__img" src="..." alt="...">
<h3 class="feature__title">...</h3>
<p class="feature__description">...</p>
</div>
<div class="feature">...</div>
<div class="feature">...</div>
<div class="feature">...</div>
</div>
<style>
.feature {}
.feature__img {}
.feature__title {}
.feature__description {}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment