As the king of alkaline foods, Asparagus Extract helps promote optimal wellness throughout the body. Since ancient times, asparagus has been used as more than just a food. Throughout history its most widespread health application has been for support of fluid balance and cleansing. Asparagus is a member of the lily family, which includes leeks, garlic and onion. It is an alkaline food known to provide healthy amounts of vitamins A, C and K, and it is one of the few vegetables that has the ideal 2:1 ratio of calcium and magnesium.
/* 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;
}
}
Choosing a selection results in a full page refresh.