Try these delicious puy lentils, which have been slowly cooked with sundried tomatoes and basil, then sealed in the pouch for maximum freshness and convenience. Simply heat the pouch for the perfect accompaniment instead of potatoes or rice. Try serving with grilled salmon.
/* 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;
}
}