Vitamin C is a highly effective antioxidant that protects bodily tissues from cellular stress. It does so by scavenging free radicals produced in the body through normal metabolism and exposure to environmental stressors.
Vitamin C is needed as a cofactor for the formation of new collagen in the body. It also supports the absorption and usage of other nutrients such as iron and folate.
/* 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.