Skip to content

Instantly share code, notes, and snippets.

@dbalexandre
Created August 6, 2013 23:10
Show Gist options
  • Save dbalexandre/6169690 to your computer and use it in GitHub Desktop.
Save dbalexandre/6169690 to your computer and use it in GitHub Desktop.
CSS para alinhar verticalmente 2 elementos
@william o que vcs usam no CSS para alinhar verticalmente 2 elementos (img e p) no meio de uma div?
@shiota display: table-cell + vertical-align: middle ou, se for só uma linha de texto, setar o line-height do p com a altura da img.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment