slider cards

This commit is contained in:
CHIEFSOFT\ameye
2023-05-30 20:14:48 -04:00
parent abb2329795
commit 206f292dd9
3 changed files with 25 additions and 9 deletions
+10 -1
View File
@@ -9,7 +9,16 @@
font-family: "Product Sans";
src: url("./assets/fonts/Product Sans Bold.ttf");
}
.siderCardHeader{
margin: 40px;
}
.siderCardDescription{
margin: 30px;
font-size: 24px;
}
.siderCardButton{
margin-top: 10px;
}
.offer-slide-item{
background: rgb(2,0,36);
background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(3,51,2,0.782125350140056) 0%, rgba(0,212,255,0.07904411764705888) 0%, rgba(153,182,201,1) 99%);