Created
September 8, 2019 13:41
-
-
Save cypherkunp/74569b26a39e822219f385b13d440da4 to your computer and use it in GitHub Desktop.
Revisions
-
cypherkunp created this gist
Sep 8, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; }