Skip to content

Instantly share code, notes, and snippets.

@thomcrowe
Created February 5, 2016 08:04
Show Gist options
  • Save thomcrowe/cb2554a3a3489529b56b to your computer and use it in GitHub Desktop.
Save thomcrowe/cb2554a3a3489529b56b to your computer and use it in GitHub Desktop.
* { box-sizing: border-box; }
.container {
width: 80%;
margin: 0 auto;
}
.header h1 {
text-align: center;
}
.image {
display: inline-block;
float: left;
width: 30%;
}
.column {
display: inline-block;
float: left;
width: 30%;
}
.main-text {
clear: both;
padding-top: 60px;
}
.header {
margin-bottom: 40px;
}
.img {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment