Created
April 12, 2016 15:45
-
-
Save bendavis78/340002bbd91345e374160ce3f0437598 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
body, html { | |
background-color: #EDEDED !important; | |
} | |
.intro { | |
text-align: center; | |
padding: 13% 0; | |
margin-bottom: 50px; | |
} | |
.intro h1 { | |
font-weight: 900; | |
text-transform: uppercase; | |
} | |
.intro h5 { | |
text-transform: uppercase; | |
background-color: #f5f5f5; | |
padding: 10px; | |
color: #333333; | |
display: inline-block; | |
font-size: 1.2rem; | |
} | |
.about .col { | |
margin-bottom: 24px; | |
} | |
.about h5, .about h6 { | |
text-align: center; | |
text-transform: uppercase; | |
margin-bottom: 15px; | |
text-align: center; | |
} | |
.about h6 { | |
margin-bottom: 45px; | |
} | |
.about .card { | |
text-align: center; | |
} | |
.about .card img { | |
border-radius: 100%; | |
} | |
.about hr { | |
width: 40px; | |
margin-bottom: 45px; | |
} | |
.portfolio .col { | |
margin-bottom: 24px; | |
} | |
.portfolio h5 { | |
text-align: center; | |
text-transform: uppercase; | |
margin-bottom: 15px; | |
} | |
.portfolio h6 { | |
text-align: center; | |
text-transform: uppercase; | |
margin-bottom: 45px; | |
} | |
.portfolio hr { | |
width: 40px; | |
margin-bottom: 45px; | |
} | |
.portfolio .portfolio-holder { | |
clear: both; | |
text-align: center; | |
} | |
.portfolio img { | |
width: 33%; | |
display: inline-block; | |
float: left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment