Smooth, silky and delicious for the pour. Adds the perfect texture to any espresso to make latte art look like a walk in the park. It'll give a creamy boost to morning cereals, granny's recipes, coffee and tea. Plant-based, so suitable for all vegans and vegetarians. Made by farmers from 100% British, gluten-free oats.
/* 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;
}
}