Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save igortatarenko/a490b10c3d4a43377c8593172643c5b5 to your computer and use it in GitHub Desktop.

Select an option

Save igortatarenko/a490b10c3d4a43377c8593172643c5b5 to your computer and use it in GitHub Desktop.
.outer:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.inner {
/* здесь не должно быть абсолютного позиционирования */
display: inline-block;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment