Skip to content

Instantly share code, notes, and snippets.

@cypherkunp
Created September 8, 2019 13:41
Show Gist options
  • Select an option

  • Save cypherkunp/74569b26a39e822219f385b13d440da4 to your computer and use it in GitHub Desktop.

Select an option

Save cypherkunp/74569b26a39e822219f385b13d440da4 to your computer and use it in GitHub Desktop.
.grid-container {
width: 85vw;
margin: 50px auto;
display: grid;
justify-content: center;
grid-template-columns: auto auto auto auto auto;
grid-gap: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment