Dandelion (Taraxacum officinale) is a common flowering plant found throughout the temperate zones of the Northern Hemisphere. Dandelion Root has a long history of use by Native American, European, and Asian herbalists. Dandelion Root has many naturally occurring compounds including inulin, sesquiterpenes, and phenolic compounds such as flavonoids, minerals, and phytosterols.
/* 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.