Promotes Healthy Skin
Clinically Tested
Collagen peptides from types 1 and 3 bovine collagen are well-known for their roles in bone, joint and skin health. As the most abundant protein in mammals, collagen makes up about 30% of the body's protein. Studies indicate that hydrolyzed collagen may help to support strong bones and healthy joints as well as skin smoothness and hydration.
/* 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.