8 lines
212 B
CSS
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;
|
|
} |