engage text

This commit is contained in:
CHIEFSOFT\ameye
2024-11-09 16:18:45 -05:00
parent f4617ba927
commit 3e4b71276d
2 changed files with 14 additions and 5 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
<div class="page_logo" style="padding-top: 15px;">
<img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" />
</div>
<ion-label class="head_lbl">Plan Rewards.</ion-label>
<ion-label class="head_lbl">Engage Kids with Task, Goals and Inspire with Rewards.</ion-label>
<!-- <ion-label class="text sl1"> WrenchBoard is the platform to set goals and rewards or any other tasks. </ion-label>-->
</div>
</ion-slide>
@@ -39,7 +39,7 @@
<img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" />
</div>
<ion-label class="head_lbl">Let's Start.</ion-label>
<ion-label class="text sl1">Everything is ready to start rewarding goals.</ion-label>
<!-- <ion-label class="text sl1">Everything is ready to start rewarding goals.</ion-label>-->
</div>
</ion-slide>
</ion-slides>
+12 -3
View File
@@ -85,7 +85,9 @@
.head_lbl {
font-size: 26px;
display: block;
font-family: "bold";
// font-family: "bold";
font-weight: bolder;
color: white;
padding-bottom: 16px;
}
@@ -135,10 +137,17 @@
//}
.head_lbl {
font-size: 26px;
font-size: 28px;
display: block;
font-family: "bold";
font-weight: bolder;
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
padding-bottom: 16px;
//font-family: "Lucida Console", "Courier New", monospace;
}
.text {