first commit

This commit is contained in:
presh
2021-10-20 11:13:16 +01:00
parent 3b5f8947e0
commit 95bba35f5a
27 changed files with 612 additions and 0 deletions

20
css/style.css Normal file
View 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%);
}