Skip to content

Instantly share code, notes, and snippets.

@Spesm
Created September 29, 2018 20:26
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 Spesm/f8708da1e5d0e0d771f7f827d60bfbaa to your computer and use it in GitHub Desktop.
Save Spesm/f8708da1e5d0e0d771f7f827d60bfbaa to your computer and use it in GitHub Desktop.
/* * { border: 1px solid red; } */
* { box-sizing: border-box; }
.container {
margin: 0 auto;
width: 80%;
position: relative;
top: 75px;
}
.header h1 {
text-align: center;
/* position: fixed; */
}
.column {
display: inline-block;
float: left;
width: 33.33333333333333%;
}
.image img {
width: 100%;
}
.main-text {
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 500px;
clear: both;
}
.intro, .skill{
padding: 0 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment