Files
Chopfood/css/style.css
2021-10-20 11:13:16 +01:00

20 lines
437 B
CSS

.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%);
}