initial release

This commit is contained in:
2024-02-29 10:23:41 -06:00
commit 5146c8e919
210 changed files with 11040 additions and 0 deletions

View 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
}