fix
This commit is contained in:
@@ -1,20 +1,16 @@
|
||||
<ion-header [translucent]="true">
|
||||
<ion-toolbar>
|
||||
<ion-title>
|
||||
Blank
|
||||
</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content [fullscreen]="true">
|
||||
|
||||
<ion-content [fullscreen]="true" class="home_style" style="background-color:red; background-image: src='./../../assets/imgs/merms-prov-back.jpg';">
|
||||
<ion-header collapse="condense">
|
||||
<ion-toolbar>
|
||||
<ion-title size="large">Blank</ion-title>
|
||||
<ion-title size="large">MERMS Provider</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<div id="container">
|
||||
<strong>Ready to create an app?</strong>
|
||||
<p>Start with Ionic <a target="_blank" rel="noopener noreferrer" href="https://ionicframework.com/docs/components">UI Components</a></p>
|
||||
<img src="./../../assets/imgs/merms-prov-back.jpg">
|
||||
<strong>Get Started Now?</strong>
|
||||
<p><ion-button color="tertiary">Log in</ion-button></p>
|
||||
|
||||
</div>
|
||||
</ion-content>
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
|
||||
}
|
||||
.home_style{
|
||||
background-image: url('./../../assets/imgs//merms-prov-back.jpg');
|
||||
}
|
||||
|
||||
#container strong {
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 508 KiB |
Reference in New Issue
Block a user