NKD Living's high quality non-GMO pure stevia powder (Rebaudioside A 98%, the least bitter extract from the stevia leaf) is without fillers or additives and has a sweetness of 470 times that of regular sugar with zero calories. Add to hot drinks and baking, a little goes a very long way!
Stevia powder is ideal for diabetics, ketone dieters and anyone who wants to reduce their sugar or calorie intake!
/* 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;
}
}