Skip to content

Instantly share code, notes, and snippets.

@themonster2015
Last active August 22, 2016 11:06
Show Gist options
  • Save themonster2015/2d96faedc3ba51da1b900499dce7baa9 to your computer and use it in GitHub Desktop.
Save themonster2015/2d96faedc3ba51da1b900499dce7baa9 to your computer and use it in GitHub Desktop.
.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