Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Papillard/6293694 to your computer and use it in GitHub Desktop.
/* narrow container */
.narrow{
padding-left: 200px;
padding-right: 200px;
}
/* grey container */
.grey{
background: rgb(228,227,212);
}
/* step block */
.step{
background: white;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
padding:30px;
}
/* centering text */
.center{
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment