Skip to content

Instantly share code, notes, and snippets.

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 sweethoneycode/e66a1849f3e11ec0580eac64478d3e5f to your computer and use it in GitHub Desktop.
Save sweethoneycode/e66a1849f3e11ec0580eac64478d3e5f to your computer and use it in GitHub Desktop.
align images vertically and horizontally
.directory-img-container {
display: flex;
align-items: center;
justify-content: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment