Created
December 27, 2017 09:48
-
-
Save mornir/1b36e4d2825b8bdadddbc17b096b79c1 to your computer and use it in GitHub Desktop.
Vertically Align Short Text in a div
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
.container > div { | |
background: #373142; | |
color: #fff; | |
width: 100px; | |
height: 100px; | |
text-align: center; | |
line-height: 100px; | |
margin: 5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment