Skip to content

Instantly share code, notes, and snippets.

@jmas
Last active March 22, 2020 09:30
Show Gist options
  • Save jmas/c186007b3adcbeebd33f6b5ae6a264ea to your computer and use it in GitHub Desktop.
Save jmas/c186007b3adcbeebd33f6b5ae6a264ea to your computer and use it in GitHub Desktop.
Infrastructure
body {
margin: 0;
font-family: sans-serif;
font-size: 16px;
}
.section {
position: relative;
align-content: center;
display: grid;
height: 50vh;
}
.container {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
{
"sections": [
{
"type": "Welcome",
"data": {
"title": "Welcome",
"link": "http://google.com"
}
}
]
}
[
{
"name": "Welcome section",
"url": "https://gist.github.com/jmas/c186007b3adcbeebd33f6b5ae6a264ea"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment