Skip to content

Instantly share code, notes, and snippets.

@mornir
Created December 27, 2017 09:48
Show Gist options
  • Save mornir/1b36e4d2825b8bdadddbc17b096b79c1 to your computer and use it in GitHub Desktop.
Save mornir/1b36e4d2825b8bdadddbc17b096b79c1 to your computer and use it in GitHub Desktop.
Vertically Align Short Text in a div
.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