home banner

This commit is contained in:
CHIEFSOFT\ameye
2023-06-14 21:19:23 -04:00
parent 99be0961a9
commit 8a6c8badbe
2 changed files with 6 additions and 2 deletions
@@ -27,7 +27,7 @@ export default function HomeBannerOffersCard(props) {
<div className="content flex justify-between items-center mb-5">
<div className="siderCardHeader">
<h1 className="text-2xl font-bold text-dark-gray dark:text-white tracking-wide">
<>{props.itemData.title}</>
<span className="heroSilderTitle">{props.itemData.title}</span>
</h1>
</div>
{/*<SelectBox datas={filterDatas} action={dataSetHandler} />*/}
+5 -1
View File
@@ -10,7 +10,11 @@
src: url("./assets/fonts/Product Sans Bold.ttf");
}
.heroSilderTitle{
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
font-family: sans; color: white;
font-size: 42px;
}
.job-action{
background-color: lightgoldenrodyellow;