Skip to content

Instantly share code, notes, and snippets.

@tiagodealmeida
Last active September 27, 2016 08:42
Show Gist options
  • Save tiagodealmeida/81656369de1a838e29af3af80b934427 to your computer and use it in GitHub Desktop.
Save tiagodealmeida/81656369de1a838e29af3af80b934427 to your computer and use it in GitHub Desktop.
CSS update for task 1.5
.jumbotron {
background-image: url("../img/home8.jpg");
background-size: cover;
background-position: 100% 46%;
}
.jumbotron {
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
.container {
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
.p {
color: #34495e;
}
a {
color: #34495e;
}
body {
background-color: WhiteSmoke;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment