Created
April 6, 2019 23:58
-
-
Save gullinbursti/9b299f71b82849b8ca8faba4fec3cbce to your computer and use it in GitHub Desktop.
Design Engine auto generated syntax v1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- HTML Generator v1.0 --> | |
<!-- Code snippets by Design Engine. --> | |
<!-- Made in Mountain View, CA. --> | |
<!-- -!- -!- -!- -!- -!- -!- -!- -!- -!- -!- -!- -!- --> | |
<style> | |
.grid-container { | |
display: grid; | |
grid-template-columns: auto; | |
grid-gap: 8px; | |
background-color: #FFFFFF; | |
} | |
.grid-container > div { | |
padding: 11px; | |
text-align: center; | |
vertical-align: middle; | |
} | |
</style> | |
<div className="grid-container"> | |
<div className="grid-cell logo"><img src="./images/[email protected]" alt="LOGO"></div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment