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