Created
October 10, 2016 20:40
-
-
Save tiagodealmeida/29dff3a6311b742aa6dde83ba73f0595 to your computer and use it in GitHub Desktop.
CSS for task 2.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** Home Page ***/ | |
#homeContent { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
} | |
.p { | |
color: #34495e; | |
} | |
a { | |
color: #34495e; | |
} | |
body { | |
position: relative; | |
background-color: WhiteSmoke; | |
} | |
#readmore { | |
color: #34495e; | |
background-color: WhiteSmoke; | |
} | |
.anchor { | |
padding-top: 50px; | |
} | |
/*** Carousel Home Page ***/ | |
.carousel-caption { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: WhiteSmoke; | |
} | |
.carousel-indicators li { | |
background-color: WhiteSmoke; | |
background-color: rgba(70,70,70,.25); | |
border:1px solid red; | |
} | |
.carousel-indicators .active { | |
background-color: #34495e; | |
} | |
.carousel { | |
margin-left: -30px; | |
margin-right: -30px; | |
} | |
/*** was margin left and right -15px ***/ | |
/*** End of Carousel Home Page ***/ | |
/*** End Of Home Page ***/ | |
/*** Contact Page ***/ | |
/*** Background Image Contact Page ***/ | |
#contact{ | |
background-image: url("../img/contact_me2.jpg"); | |
background-attachment: fixed; | |
background-size: cover; | |
color: white; | |
padding:100px; | |
padding-top: 50px; | |
height: 400px; | |
padding-bottom: 700px; | |
background-color: WhiteSmoke; | |
} | |
/*** End of Background Image Contact Page ***/ | |
/*** Content Contact Page ***/ | |
} | |
.text1 { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
text-align: justify; | |
width: 50%; | |
} | |
.address { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
text-align: justify; | |
} | |
.phone { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
text-align: justify; | |
} | |
.nameMail h1 { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
} | |
.nameMail p { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
} | |
/*** End of Content Contact Page ***/ | |
/*** End of Contact Page ***/ | |
/*** Navbar ***/ | |
.nav a { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
color: WhiteSmoke; | |
text-transform: uppercase; | |
text-decoration: none; | |
letter-spacing: 0.05em; | |
margin-left: 30px; | |
margin-right: 30px; | |
} | |
.myBrand a:hover { | |
color: #34495e; | |
text-decoration: underline; | |
} | |
a { | |
transition: color 3s; | |
-webkit-transition: color 600ms; | |
} | |
/*** End Of Navbar ***/ | |
/*** FAQ page ***/ | |
.panel-body { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
color: #34495e | |
} | |
.panel-heading { | |
background-color: red; | |
} | |
.panel-title { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
font-size: 1.2em; | |
font-weight: 100; | |
color: #34495e; | |
background-color: WhiteSmoke; | |
} | |
#accordion { | |
padding-top: 60px; | |
} | |
/*** End Of FAQ Page ***/ | |
/*** Work Page ***/ | |
#work1 { | |
margin-top: 100px; | |
padding-bottom: 50px; | |
width: 100%; | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
} | |
#work2 { | |
padding-top: 20px; | |
padding-bottom: 50px; | |
width: 100%; | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 1px; | |
color: #34495e; | |
} | |
/*** End Of Work Page ***/ | |
/*** About Page ***/ | |
/*** Content About Page ***/ | |
.jumbotron { | |
background-color: WhiteSmoke; | |
} | |
.container { | |
font-family: Fester, Futura, Helvetica, Arial, sans-serif; | |
letter-spacing: 0.05em; | |
color: #34495e; | |
} | |
#aboutme { | |
text-align: center; | |
} | |
#aboutme p { | |
font-size: 1.6em; | |
} | |
.row h2 { | |
text-align: center; | |
} | |
.services h1 { | |
text-align: left; | |
display: inline; | |
padding-bottom: 20px; | |
} | |
.services ul { | |
list-style-type: circle; | |
font-size: 1.6em; | |
padding-right: 220px; | |
padding-bottom: 20px; | |
} | |
#story { | |
text-align: left; | |
} | |
#story p { | |
font-size: 1.3em; | |
font-weight: 100; | |
text-align: justify; | |
} | |
#image { | |
margin-top: -70px; | |
} | |
#miniText { | |
padding-top: 40px; | |
padding-bottom: 20px; | |
text-align: left; | |
} | |
/*** End of Content About Page ***/ | |
/*** End Of About Page ***/ | |
/*** Footer ***/ | |
footer { | |
margin-top: 30px; | |
float: left; | |
} | |
.fb-share-button { | |
float: right; | |
margin-left: 20px; | |
} | |
#pageCopyright { | |
margin-top: 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment