The copper tongue scraper has been used for thousands of years in Ayurvedic medicine. The tongue scraper is made entirely of copper. It has natural properties that destroy a wide range of bacteria. It helps to get rid of toxins that have been secreted during the night. The tongue scraper comes with a cotton pouch for easy carrying.
/* 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;
}
}