This great tasting floral tea is a caffeine free alternative to green tea. Made from Chrysanthemum (Chrysanthemum indicum) flowers, which have been found to be rich in bio-active compounds and anti-oxidants, our tea is a single ingredient blend, which gives this drink an unparalleled level of purity.
/* 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;
}
}