Supports Healthy Thyroid Function
Kelp is a large, leafy seaweed belonging to the brown algae family that grows in forests in the colder waters of the world's oceans. Kelp has been used for centuries as an important nutritious staple ingredient in Chinese, Japanese, and Korean cuisines. It is also an excellent source of iodine, which has been shown to be essential for healthy thyroid function.
/* 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;
}
}
/* 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.