The Beanies brand of flavour coffee offers delicious premium freeze dried Arabica instant coffee in a large variety of flavours with just 2 calories per cup, hence no need for added sugar or sweeteners. Beanies is also vegan, gluten free, wheat free, dairy free and nut free and contains no alcohol. A cup of Beanies is an excellent alternative to a sugary snack or a slice of cake!
/* 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;
}
}