added stuff
This commit is contained in:
parent
6f5696788b
commit
1eeec9112d
2 changed files with 84 additions and 40 deletions
|
@ -62,7 +62,8 @@ h3 {
|
|||
}
|
||||
|
||||
p {
|
||||
color: #8f8f8f;
|
||||
color: rgb(77, 77, 77);
|
||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
|
||||
}
|
||||
|
||||
|
||||
|
@ -85,11 +86,22 @@ p {
|
|||
|
||||
.navbar-item {
|
||||
padding: 0px 18px;
|
||||
|
||||
}
|
||||
|
||||
.navbar-link {
|
||||
font-size: 1.2rem;
|
||||
font-family: 'Montserrat-light', sans-serif;
|
||||
|
||||
|
||||
}
|
||||
|
||||
#test {
|
||||
color:rgb(236, 236, 236);
|
||||
}
|
||||
|
||||
#test:hover {
|
||||
color:rgb(216, 181, 24);
|
||||
}
|
||||
|
||||
|
||||
|
@ -116,6 +128,12 @@ p {
|
|||
right: 30%;
|
||||
}
|
||||
|
||||
#features .container-fluid {
|
||||
padding: 3% 5% ;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Features section */
|
||||
|
||||
|
@ -192,6 +210,17 @@ p {
|
|||
|
||||
|
||||
/* CTA Section */
|
||||
#cta{
|
||||
padding: 3% 7%
|
||||
}
|
||||
|
||||
.map-img{
|
||||
width:70%;
|
||||
height:400px;
|
||||
margin: 3% auto;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Footer section */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue