text align center

This commit is contained in:
CHIEFSOFT\ameye
2024-11-09 12:31:02 -05:00
parent 1a83e61b6b
commit a7a38e0752
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
</div>
<div class="stack-top">
<div class="action_box" >
<div>Some wonderful introduction text here, yes some wonderful introduction text here </div>
<div class="action_h1">Some wonderful introduction text here, yes some wonderful introduction text here </div>
<ion-button (click)="onRegister()" expand="block" shape="round">
Get Started
</ion-button>
+10 -1
View File
@@ -29,11 +29,20 @@
padding: 20px;
margin: 10px auto 10px auto;
border-radius: 20px;
.action_h1{
font-weight: 14px;
color: #0b5e86;
padding: 0 0 10px 0;
width: 100%;
text-align: center;
}
.action_txt{
font-size: 16px;
font-weight: bolder;
color: #0e4977;
margin: 10px auto 10px auto;
margin: 10px auto 15px auto;
width: 100%;
text-align: center;
}
}
.slide_image{