NATRUE sugar free oat drink, if you don't know it yet, we introduce you to your new favourite zero sugar plant-based drink. No sugar, no additives and with lots and lots of oats (12%).
You won't believe that with so much "NO" it's this good.
Only 4 ingredients :
- Water.
- Oat.
- High oleic sunflower oil.
- Sea salt.
No additives, no sugars !
You'll like it for being 0.0%: 0% sugars, 0% additives and 0% strange things.
/* 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;
}
}