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