action box

This commit is contained in:
CHIEFSOFT\ameye
2024-11-09 12:05:14 -05:00
parent a3854b80cf
commit 9aba8d73f5
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
</ion-slides>
</div>
<div class="stack-top">
<div class="action_box">
<div class="action_box" >
<ion-button (click)="onRegister()" expand="block" shape="round">
Get Started
</ion-button>
+3 -1
View File
@@ -23,8 +23,10 @@
//margin: 10px; /* for demo purpose */
.action_box{
//z-index: 7;
background-color: red;
background-color: white;
height: 160px;
max-width: 400px;
padding: 20px;
margin: 10px auto 10px auto;
border-radius: 20px;
}