Skip to content

Instantly share code, notes, and snippets.

@jasonfesta
Created May 6, 2019 14:58
Show Gist options
  • Save jasonfesta/e6fccc13835b9b4c7b836188c9e5744c to your computer and use it in GitHub Desktop.
Save jasonfesta/e6fccc13835b9b4c7b836188c9e5744c to your computer and use it in GitHub Desktop.
Design Engine auto generated syntax v1
<!-- HTML Generator v1.0 -->
<!-- Code snippets by Design Engine. -->
<!-- Made in Mountain View, CA. -->
<!-- -!- -!- -!- -!- -!- -!- -!- -!- -!- -!- -!- -!- -->
<style>
.grid-container {
display: grid;
grid-template-columns: ;
background-color: ;
}
.grid-container > div {
padding: 10px;
text-align: center;
vertical-align: middle;
}
</style>
<div data-title="Shopping List" class="grid-container">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment