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>
<div class="stack-top"> <div class="stack-top">
<div class="action_box" > <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"> <ion-button (click)="onRegister()" expand="block" shape="round">
Get Started Get Started
</ion-button> </ion-button>
+10 -1
View File
@@ -29,11 +29,20 @@
padding: 20px; padding: 20px;
margin: 10px auto 10px auto; margin: 10px auto 10px auto;
border-radius: 20px; border-radius: 20px;
.action_h1{
font-weight: 14px;
color: #0b5e86;
padding: 0 0 10px 0;
width: 100%;
text-align: center;
}
.action_txt{ .action_txt{
font-size: 16px; font-size: 16px;
font-weight: bolder; font-weight: bolder;
color: #0e4977; color: #0e4977;
margin: 10px auto 10px auto; margin: 10px auto 15px auto;
width: 100%;
text-align: center;
} }
} }
.slide_image{ .slide_image{