Files
digifi-www/src/components/Header/header.module.css
T
2024-03-06 13:10:22 +01:00

8 lines
212 B
CSS

.top_header{
background: url(../../assets/images/topbar_back.jpg) no-repeat;
background-size: cover;
/* padding: 0.4rem 0; */
display: flex;
align-items: center;
justify-content: center;
}