A daily use exfoliating face wash that effectively cleanses your skin and gently exfoliates dead skin cells. Apricot granules gently scrub off dead skin cells, help stimulate fresh cell growth and prevent formation of blackheads. Neem and Lemon deep cleanse and removes excess oil while Aloe Vera soothes your skin and maintains its natural moisture balance, leaving your skin fresh, rejuvenated and glowing, day after day.
/* 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.