Skip to content

Instantly share code, notes, and snippets.

@ShreyaPrasad1209
Last active September 1, 2021 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShreyaPrasad1209/545587710daede9c3de204597920af47 to your computer and use it in GitHub Desktop.
Save ShreyaPrasad1209/545587710daede9c3de204597920af47 to your computer and use it in GitHub Desktop.
/* handy way to create cards */
.grid {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
max-width: 800px;
margin-top: 3rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment