Skip to content

Instantly share code, notes, and snippets.

@spliner
Created December 12, 2017 01:51
Show Gist options
  • Save spliner/4abc09bfe32bef5a2060b94ba6486952 to your computer and use it in GitHub Desktop.
Save spliner/4abc09bfe32bef5a2060b94ba6486952 to your computer and use it in GitHub Desktop.
header {
grid-area: header;
}
nav {
grid-area: nav;
}
main {
grid-area: content;
}
aside {
grid-area: side;
}
footer {
grid-area: footer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment