The cookie follows the laws of the brand - it is vegan, gluten-free, and palm oil-free. Its role is significant because this is the rise of a new product line of cookies - those without added sugar. The chocolate that pours over it is the final touch to make the experience irresistibly delicious.
/* 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;
}
}