Turtle Cornflakes Dark Chocolate: our amazing, gluten-free, vegan, and organic breakfast cereal that's not only delicious but also the proud recipient of 2 stars at the Great Taste Awards. These cornflakes are coated in rich dark chocolate, offering a crunchy texture that remains intact even in milk. Indulge in a guilt-free morning treat that combines the goodness of organic ingredients with the decadence of dark chocolate
/* 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;
}
}