Skip to content

Instantly share code, notes, and snippets.

@tiagodealmeida
Created September 29, 2016 20:33
Show Gist options
  • Save tiagodealmeida/fdea9d535197b196185e3aa59fb64a88 to your computer and use it in GitHub Desktop.
Save tiagodealmeida/fdea9d535197b196185e3aa59fb64a88 to your computer and use it in GitHub Desktop.
CSS update for task 1.7
.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;
}
#readmore {
color: #34495e;
background-color: WhiteSmoke;
}
/**** Contact page ****/
.myname {
position: relative;
padding: auto;
}
h1 {
letter-spacing: 2px;
}
.email h3 {
letter-spacing: 2px;
}
span:hover {
color: #ff0000;
}
span {
transition: color 3s;
-webkit-transition: color 600ms;
}
.package {
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif;
font-size: 1.2em;
font-weight: 100;
letter-spacing: 0.05em;
padding-top: 50px;
padding-left: 100px;
}
/* background image */ /* Contact Page */
#background {
position: fixed;
top: -1%;
left: -30%;
width: 200%;
height: 200%;
z-index: -1;
}
#background img {
position: relative;
bottom: 610px;
left: 400px;
margin: auto;
min-width: 63%;
min-height: 45%;
opacity: 0.8;
}
/* Navigation */ /* Contact Page */
.nav ul li {
display: inline-block;
}
.nav {
background-color: black;
position: fixed;
width: 100%;
top: 0;
padding: 0 5px 0px 5px;
}
.nav ul li a {
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif;
font-size: 1.2em;
font-weight: 100;
color: WhiteSmoke;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.05em;
margin-right: 50px;
}
ul {
float: right;
}
.nav a {
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif;
font-size: 1.2em;
font-weight: 100;
color: WhiteSmoke;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.05em;
margin-left: 30px;
}
.nav a:hover {
color: #ff0000;
text-decoration: underline;
}
li {
transition: color 3s;
-webkit-transition: color 600ms;
}
a {
transition: color 3s;
-webkit-transition: color 600ms;
}
a #home {
padding-bottom: 30px;
}
/**** FAQ page ****/
.panel-body {
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif;
font-size: 1.2em;
font-weight: 100;
color: #34495e
}
.panel-heading {
background-color: red;
}
.panel-title {
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif;
font-size: 1.2em;
font-weight: 100;
color: #34495e;
background-color: WhiteSmoke;
}
#links {
padding-left: 160px;
font-family: Fester, 'Gentium Book Basic', Georgia, "Times New Roman", serif;
font-size: 1.2em;
font-weight: 100;
color: #34495e
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment