Created
April 24, 2017 02:28
-
-
Save farmanp/ce290a4b237182cecbd0c4f1fc65e738 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
/* Supporting */ | |
.supporting { | |
background-color: #1c1c1c; | |
text-align: center; | |
padding: 50px 0 80px; | |
} | |
.supporting .col { | |
float: left; | |
width: 28%; | |
padding: 10px; | |
} | |
.supporting h2 { | |
color: #ffa800; | |
font-size: 20px; | |
margin-bottom: 10px; | |
} | |
.clearfix { | |
clear: both; | |
} | |
.supporting p { | |
color: #efefef; | |
margin-bottom: 20px; | |
line-height: 20px; | |
font-size: 12px; | |
} | |
.supporting .btn { | |
background-color: #eee; | |
color: #1c1c1c; | |
font-size: 18px; | |
padding: 8px 30px; | |
text-decoration: none; | |
display: inline-block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment