Skip to content

Instantly share code, notes, and snippets.

@Steph-harris
Created May 26, 2015 21:45
Show Gist options
  • Save Steph-harris/1bd6cbd860c8c41831ca to your computer and use it in GitHub Desktop.
Save Steph-harris/1bd6cbd860c8c41831ca to your computer and use it in GitHub Desktop.
style.css
/*My first css entry never works...*/
h2 {color:gray;}
.jumbotron {
background-image: url("../img/fire.jpg");
background-size: contain;
}
.jumbotron p {
color:white;
}a {
color:white;
text-decoration: underline;
}
.jumbotron h1 {
color:white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment