Skip to content

Instantly share code, notes, and snippets.

@lengarvey
Created July 9, 2015 05:07
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 lengarvey/817ef8b8d08a8137d072 to your computer and use it in GitHub Desktop.
Save lengarvey/817ef8b8d08a8137d072 to your computer and use it in GitHub Desktop.
Vertically Centering Carl
<img src="https://secure.gravatar.com/avatar/957a0ed9ce36b258d4add0518ab97f3d.jpg"/>
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
img {
height: 150px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment