engage text
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user