Selaa lähdekoodia

Merge branch 'dave' of https://git.zipcode.rocks/AllisonZiegler/ZipLineGreen-Vault-ZLG into dave

Allison Ziegler 6 vuotta sitten
vanhempi
commit
34d78f8592
1 muutettua tiedostoa jossa 8 lisäystä ja 5 poistoa
  1. 8
    5
      zlg/src/pages/welcome/welcome.html

+ 8
- 5
zlg/src/pages/welcome/welcome.html Näytä tiedosto

@@ -1,11 +1,14 @@
1 1
 
2 2
 
3 3
 <ion-content padding-vertical style="background: url(../assets/img/welcome.png) no-repeat center;background-size:cover">
4
-  <div style="align-items: center">
5
-  <h1 style="color: black; text-align: center;"> Welcome to the Vault </h1>
6
-
4
+  
5
+  <ion-grid style="height: 100%; justify-content: center;">
6
+          <h1 style="color:white; text-shadow: #7D5FE7 2px 2px; text-align: center; width: 100%;">Welcome to the Vault</h1>
7
+    <ion-row>
7 8
   <button ion-button block style="background-color: #7D5FE7; color: white" (click)="login()">Login</button>
9
+    </ion-row>
10
+    <ion-row>
8 11
   <button ion-button block style="background-color: #7D5FE7; color: white" (click)="signup()">Signup</button>
9
-
10
-  </div>  
12
+    </ion-row>
13
+  </ion-grid>  
11 14
   </ion-content>