Skip to content

Instantly share code, notes, and snippets.

@saragreenlaw
Created March 3, 2017 19:24
Show Gist options
  • Select an option

  • Save saragreenlaw/397b604c27760f4a9f144bb0c5f8135b to your computer and use it in GitHub Desktop.

Select an option

Save saragreenlaw/397b604c27760f4a9f144bb0c5f8135b to your computer and use it in GitHub Desktop.
center
.row {
width: 100%;
text-align: center;
}
.columns {
width: 33%;
min-width: 280px;
vertical-align: top;/*Fix for different height elements*/
margin-bottom: 10px;
display: inline-block;
background-color: #f45805;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment