Add reward on home page

This commit is contained in:
meaz 2020-01-22 13:59:12 +01:00
parent 4e5a270be5
commit ac19c4df23
1 changed files with 42 additions and 0 deletions

View File

@ -465,6 +465,21 @@ ul.dropdown-content a{
color: #b9a2ab;
}
/* Reward on home page */
.reward img {
width: 50px;
float: left;
}
.reward p {
color:#1e5a5e;
padding-left:10%;
padding-right:10%;
text-align:justify;
}
/* Links */
ul#nav li a {
display: inline-block;
@ -567,6 +582,17 @@ ul#nav li a:hover .ul#nav li ul {
}
.fullbarright {
padding: 40px 0px;
text-align: center;
transform: skew(0deg, -1deg) translateY(-10px);
margin-top: -60px;
margin-bottom: 30px;
position: relative;
z-index: 9;
}
.fullbar-content{
width: 60%;
display: inline-block;
@ -575,14 +601,30 @@ ul#nav li a:hover .ul#nav li ul {
transform: skew(0deg, -1deg) translateY(0px);
}
.fullbarright-content{
width: 60%;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
transform: skew(0deg, 1deg) translateY(0px);
}
.fullbar h1, .fullbar h2, .fullbar h3, .fullbar h4, .fullbar h5, .fullbar h6{
color: inherit;
}
.fullbarright h1, .fullbarright h2, .fullbarright h3, .fullbarright h4, .fullbarright h5, .fullbarright h6{
color: inherit;
}
.fullbar h3, .fullbar h4, .fullbar h5 {
line-height: 0.5;
}
.fullbarright h3, .fullbarright h4, .fullbarright h5 {
line-height: 0.5;
}
/* Services */
#services {