Rich and complex, fresh sweet and delicately smoky.
Like a walk through the park as the sun rises on a summer morning. A rich and complex blend of three exquisite green teas. Full bodied Chinese Yunnan and fresh sweet Mao Feng is complimented by Japanese Hojicha, which is gently roasted in porcelain for a smoky sweetness.
/* 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;
}
}