Skip to content

Instantly share code, notes, and snippets.

@fizerkhan
Created May 30, 2014 17:45
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 fizerkhan/3d4c3514b4606b3933ee to your computer and use it in GitHub Desktop.
Save fizerkhan/3d4c3514b4606b3933ee to your computer and use it in GitHub Desktop.
Center the content
.children{
background: #ffdb4c;
height: 300px;
position: relative;
top: 50%;
transform: translateY(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment