Last active
August 22, 2016 11:06
-
-
Save themonster2015/2d96faedc3ba51da1b900499dce7baa9 to your computer and use it in GitHub Desktop.
This file contains 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
.container { | |
width: 80%; | |
margin: 0 auto; | |
} | |
.header h1 { | |
text-align: center; | |
} | |
.image { | |
display: inline-block; | |
float: left; | |
} | |
.column img{ | |
width:100%; | |
} | |
.column { | |
display: inline-block; | |
float: left; | |
width: 30%; | |
} | |
.main-text { | |
clear: both; | |
padding-top: 60px; | |
} | |
.intro { | |
padding-left: 20px; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment