Files
a-dog-a-pet/app/static/css/about-us.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;
}