Skip to content

Instantly share code, notes, and snippets.

@Papillard
Last active December 21, 2015 10:48
Show Gist options
  • Select an option

  • Save Papillard/6293911 to your computer and use it in GitHub Desktop.

Select an option

Save Papillard/6293911 to your computer and use it in GitHub Desktop.
/* narrow container */
.narrow{
padding-left: 200px;
padding-right: 200px;
}
/* white container */
.white{
background: white;
}
/* centering text */
.center{
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment