Your dog will love this party in a tin! We're certain they'll be pleased as punch to be served up this lovely grain free, nutritionally complete recipe.
Brimming with succulent, fresh chicken, and complemented by summery strawberries and freshly prepared garden vegetables, this is the perfect recipe to enjoy throughout the springtime.
/* 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;
}
}