A delicious, complete recipe made with fresh beef and heaps of tasty produce.
We've put in potato, carrots, broccoli, green beans and apples - and beneficial herbs, plus all the essential vitamins and minerals your dog needs for a really healthy diet.
This recipe is grain free and full of natural and nutritious ingredients, and comes in a size that's just right for smaller dogs.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}