Created
January 27, 2016 05:35
-
-
Save ademsas/6d30ecadb6c7fe1501e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { 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