Skip to content

Instantly share code, notes, and snippets.

@deadlysyn
Created January 22, 2018 04:33
Show Gist options
  • Save deadlysyn/53fc5d2f5036c6fa1ccacc6bfe89b10f to your computer and use it in GitHub Desktop.
Save deadlysyn/53fc5d2f5036c6fa1ccacc6bfe89b10f to your computer and use it in GitHub Desktop.
#home {
display: grid;
grid-template-columns: auto;
grid-template-rows: repeat(4, auto) 5vh;
grid-template-areas: "find" "price" "drive" "donate" "footer";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment