Greens+ is a naturally flavored, sweetened, and colored superfood greens powder that contains nine different vegetables, including kale, spinach, spirulina, alfalfa, barely grass, chlorella, parsley leaf, beetroot, and broccoli.
Along with 8 grams of veggie extracts, Greens+ also features digestive enzymes, probiotics, coconut water powder, and KSM-66 ashwagandha for additional health benefits!
/* 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;
}
}