Sojade organic natural soya milk is free from dairy, sugar, and gluten. It is made from 2 ingredients only: spring water and French soya beans. It has a good protein level which is a brilliant alternative to dairy, it tastes fantastic whether hot or cold, and it's as versatile as it gets: pour it over cereal, mix it into a fresh fruit smoothie, blend it into your coffee or tea, or use as a cooking ingredient in place of dairy milk.
/* 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;
}
}