Skip to content

Instantly share code, notes, and snippets.

@kenhoff
Created June 12, 2018 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenhoff/a55fc7b1ae4cce7a6b77ce428bc5dd3e to your computer and use it in GitHub Desktop.
Save kenhoff/a55fc7b1ae4cce7a6b77ce428bc5dd3e to your computer and use it in GitHub Desktop.
fragments-9
.grid {
display: grid;
grid-template-areas:
'topnav header'
'subnav content';
grid-gap: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment