This tooth powder has been designed to help to destroy the bacteria and refresh your mouth with mint.
They will increase the production of saliva, thus helps in nourishing the teeth and create an environment harder for the bacteria to live in. Plus it will gently whiten the teeth.
To use : Wet your brush and dip it in the powder, covering the brush with a thin layer of powder. Brush with vertical movements.
/* 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;
}
}