19 lines
498 B
CSS
19 lines
498 B
CSS
.heroBg{
|
|
background: url(../../../assets/images/hero-test.png) no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
/* padding: 0.4rem 0; */
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.personalHeroBg{
|
|
background: url(../../../assets/images/personal-page.jpg) no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
/* padding: 0.4rem 0; */
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |