Skip to content

Instantly share code, notes, and snippets.

@FrankWiebe
Created July 28, 2015 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrankWiebe/89fb1dd6c4c3f6a02d57 to your computer and use it in GitHub Desktop.
Save FrankWiebe/89fb1dd6c4c3f6a02d57 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;
}
.image img {
height: 250px;
width: auto;
}
.column {
display: inline-block;
float: left;
width: 30%;
padding: 0 20px;
position: relative;
}
.main_text {
float: left;
padding-top: 60px;
}
.header {
margin-bottom: 40px;
}
.skills h3 {
margin-left: 22px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment