London Apron cookie is the ultimate indulgence for the health-conscious cookie lover.. It's so delicious, you won't even miss the carbs...or sugar! Perfect to enjoy at any time of the day, it's the kind of delicious cookie that makes you wonder why you ever settled for anything less.
/* 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;
}
}