first commit
This commit is contained in:
5
css/fontawesome/all.min.js
vendored
Normal file
5
css/fontawesome/all.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
20
css/style.css
Normal file
20
css/style.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.bg-orange{
|
||||
background: #FFB20E;
|
||||
}
|
||||
.bg-holder{
|
||||
background: url(../assets/img/gallery/cta-one-bg.png);
|
||||
background-position:center;
|
||||
background-size: cover;
|
||||
|
||||
}
|
||||
.bg-howitworks{
|
||||
background: #fff8ea9a
|
||||
}
|
||||
.bg-holder2{
|
||||
background-image:url(../assets/img/gallery/cta-two-bg.png);
|
||||
background-position:center;
|
||||
background-size:cover;
|
||||
}
|
||||
.text-gradient{
|
||||
background: linear-gradient(to right #FB3C00 0%,#FFB800 100%);
|
||||
}
|
||||
Reference in New Issue
Block a user