initial release
This commit is contained in:
17
bizmatch/src/app/pages/home/home.component.scss
Normal file
17
bizmatch/src/app/pages/home/home.component.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
:host {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.container {
|
||||
background-image: url(../../../assets/images/index-bg.webp);
|
||||
//background-image: url(../../../assets/images/corpusChristiSkyline.jpg);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
height: 100vh;
|
||||
}
|
||||
.combo_lp{
|
||||
width: 200px;
|
||||
}
|
||||
.p-button-white{
|
||||
color:aliceblue
|
||||
}
|
||||
Reference in New Issue
Block a user