Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carlos-sanchez/7670090 to your computer and use it in GitHub Desktop.
Save carlos-sanchez/7670090 to your computer and use it in GitHub Desktop.
/* For justifying */
header {
text-align: justify;
letter-spacing: 1px;
height: 8em;
padding: 2em 10%;
background: #2c3e50;
color: #fff;
}
header h1,
header nav {
display: inline-block;
}
header::after {
content: '';
display: inline-block;
width: 100%;
}
/* For centering vertically */
header h1 {
height: 100%;
}
header h1::before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment