Mix things up with these Italian Black Chick Peas - a colourful twist on the classic store cupboard essential. Containing all the usual chick pea goodness, these black gems provide a healthy portion of plant-based protein and are ready to eat straight from the can. Add to your favourite soups, stews or salad dishes.
/* 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;
}
}