6 lines
165 B
CSS
6 lines
165 B
CSS
.about-us {
|
|
background-image: url('/static/img/animals-bg.jpg');
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
} |