Skip to content

Instantly share code, notes, and snippets.

@ademsas
Created January 27, 2016 05:35
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 ademsas/6d30ecadb6c7fe1501e3 to your computer and use it in GitHub Desktop.
Save ademsas/6d30ecadb6c7fe1501e3 to your computer and use it in GitHub Desktop.
* { box-sizing: border-box; }
.body {
background-image: url("../img/pitch.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.container {
width: 80%;
margin: 0 auto;
color: white;
}
.header h1 {
text-align: center;
}
.image {
display: inline-block;
float: left;
}
.column {
display: inline-block;
float: left;
width: 30%;
padding: 0 20px
}
.main_text {
clear: both;
}
.main_text h3 {
text-align: left;
}
.picture {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment