Created
March 3, 2017 19:24
-
-
Save saragreenlaw/397b604c27760f4a9f144bb0c5f8135b to your computer and use it in GitHub Desktop.
center
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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