mirror of
https://github.com/Raghu-Ch/InventoryApp.git
synced 2026-02-10 04:43:02 -05:00
fixed page-not-found c
This commit is contained in:
@@ -3,16 +3,11 @@ import { Component } from '@angular/core';
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'app-page-not-found',
|
selector: 'app-page-not-found',
|
||||||
template: `
|
template: `
|
||||||
<div class="center">
|
<div class="aligner" fxLayout="column" fxLayoutAlign="center center">
|
||||||
<mat-card fxFlex=50 fxLayout="column" class="center">
|
<i class="material-icons">error</i>
|
||||||
<i class="material-icons">error</i>
|
<p> 404! page-not-found</p>
|
||||||
<p> 404! </p>
|
|
||||||
<p>
|
|
||||||
page-not-found!
|
|
||||||
</p>
|
|
||||||
</mat-card>
|
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
styles: ['p,i {color: red;}', 'i {font-size: 60px;}', '.center {align-items: center; justify-content: center;}']
|
styles: ['p,i {color: red; font-size: 24px;}', 'i {font-size: 90px;}', '.aligner {position: relative; top: 200px}']
|
||||||
})
|
})
|
||||||
export class PageNotFoundComponent { }
|
export class PageNotFoundComponent { }
|
||||||
|
|||||||
Reference in New Issue
Block a user