Skip to content

Instantly share code, notes, and snippets.

@farmanp
Created April 24, 2017 02:28
Show Gist options
  • Save farmanp/ce290a4b237182cecbd0c4f1fc65e738 to your computer and use it in GitHub Desktop.
Save farmanp/ce290a4b237182cecbd0c4f1fc65e738 to your computer and use it in GitHub Desktop.
/* 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