add home, header & footer components
This commit is contained in:
6
src/app/home/home.component.scss
Normal file
6
src/app/home/home.component.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
:host {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user