OVERVIEW:
Turmeric has been used in India for thousands of years as both a spice and medicinal herb. Recently, science has started to back up traditional claims that turmeric contains compounds with medicinal properties.
BENEFITS:
Curcumin, turmerics main compound, may help reduce inflammation, is a powerful antioxidant and may improve heart and brain health. Ginger is full of antioxidants and is the perfect side kick to its close cousin turmeric.
/* 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;
}
}