Skip to content

Instantly share code, notes, and snippets.

@kenhoff
Created June 12, 2018 21:39
Show Gist options
  • Select an option

  • Save kenhoff/a55fc7b1ae4cce7a6b77ce428bc5dd3e to your computer and use it in GitHub Desktop.

Select an option

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