ALLNUTRITION GREEN TEA is a green tea extract containing polyphenols, including catechins, where the most important compound is EGCG, i.e. epigallocatechin gallate, which is a powerful antioxidant, 100 times more powerful than vitamin C and 25 times more powerful than vitamin E. Green tea extract has very useful anti-cellulite and firming effects. It also helps to maintain the elasticity of the skin. It is very helpful in combating obesity.
/* 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.