8 lines
214 B
CSS
8 lines
214 B
CSS
.lower_footer{
|
|
background: url(../../assets/images/footer_back.jpg) no-repeat;
|
|
background-size: cover;
|
|
/* padding: 0.4rem 0; */
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |