Koko Barista has a delicious milky taste which is surprisingly like dairy and works well with any coffee blend. It's fabulously foamable, won't split, steams easily and produces creamy microbubbles perfect for latte art. Use it hot or cold. It's tasty in tea, other drinks and on cereal too.
/* 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;
}
}