D-glucarate is found in grapefruit, apples, oranges, broccoli, and Brussels sprouts. D-glucarate supports the body's cleansing system — a detoxification mechanism called glucuronidation. The human body uses glucuronidation to make a large variety of substances more water-soluble, and, in this way, allow for their subsequent elimination from the body through urine or feces (via bile from the liver).
/* 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.