A Pen by Leonard Garvey on CodePen.
Created
July 9, 2015 05:07
-
-
Save lengarvey/817ef8b8d08a8137d072 to your computer and use it in GitHub Desktop.
Vertically Centering Carl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="https://secure.gravatar.com/avatar/957a0ed9ce36b258d4add0518ab97f3d.jpg"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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