Skip to content

Instantly share code, notes, and snippets.

@gioiatravels
Last active May 1, 2017 08:25
About Styles
.container {
width: 80%;
margin: 0 auto;
}
.header h1 {
text-align: center;
}
p {
display: inline;
}
selector {
position: relative;
}
.image {
display: inline-block; float: left; width: 100%
}
.column {
display: inline-block;
float: left;
padding: 0 20px;
}
.main-text {
clear: both;
padding-top: 60px;
padding: top right bottom left;
}
.column {
width: 30%;
}
.intro-collum {
margin-bottom: 40px
padding-bottom: 20px
}
.skill-collum {
margin-bottom: 40px
padding-bottom: 20px
}
* { box-sizing: border-box; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment