Files
digifi-employer-starter/src/components/Home/Hero/hero.module.css
T
victorAnumudu e707f95288 initial commit
2024-06-14 18:06:25 +01:00

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