Indulge in a treat made just for chocolate lovers! This porridge, packed with rich dark chocolate shavings, pieces of dried banana, cocoa powder and nibs, is perfect for the health-conscious foodies out there.
What's more, it's gluten-free and vegan, so it's perfect for anyone. All the ingredients used in this delicious porridge are sourced from organic farming for a guilt-free and delicious breakfast experience.
/* 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;
}
}