Created
September 8, 2019 13:41
-
-
Save cypherkunp/74569b26a39e822219f385b13d440da4 to your computer and use it in GitHub Desktop.
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 characters
| .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