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.

Revisions

  1. cypherkunp created this gist Sep 8, 2019.
    8 changes: 8 additions & 0 deletions grid.styles.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    .grid-container {
    width: 85vw;
    margin: 50px auto;
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 50px;
    }