Skip to content

Instantly share code, notes, and snippets.

@tiagodealmeida
Created September 22, 2016 11:37
Show Gist options
  • Save tiagodealmeida/09a6d1bbe029aecfa707a7e9c41e2736 to your computer and use it in GitHub Desktop.
Save tiagodealmeida/09a6d1bbe029aecfa707a7e9c41e2736 to your computer and use it in GitHub Desktop.
* { box-sizing: border-box; }
.container {
width: 80%;
margin: 0 auto;
}
.header h1 {
text-align: center;
margin-bottom: 40px;
}
.image {
display: inline-block;
}
.column {
display: inline-block;
float: left;
width: 30%;
padding: 0 20px;
}
.main-text {
clear: both;
padding-top: 60px;
}
.image-size {
width: 75%;
}
.skills h3 {
text-align: center;
}
.intro h2 {
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment