Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created March 21, 2012 15:41
Show Gist options
  • Select an option

  • Save SpencerCooley/2148693 to your computer and use it in GitHub Desktop.

Select an option

Save SpencerCooley/2148693 to your computer and use it in GitHub Desktop.
/*code for features page*/
.feature_title{
font-weight:bold;
font-size:20px;
margin-bottom:15px;
margin-top:30px;
}
.features_para{
font-size:15px;
color:#666;
margin-bottom:30px;
}
@SpencerCooley
Copy link
Copy Markdown
Author

Just add this to the bottom of the style.css file. It is all that was needed to style this page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment