Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pauloharaujos/291fbb1f0118a86b842a4e0ff060be8a to your computer and use it in GitHub Desktop.
Save pauloharaujos/291fbb1f0118a86b842a4e0ff060be8a to your computer and use it in GitHub Desktop.
CSS - Centralizando div/img dentro de outra div
div {
display:flex; }
div img {
align-self: center;
margin:auto; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment