Silver Sol is made in the USA using the patented SilverSol Technology. This patented silver technology has undergone rigorous scientific review. Silver Sol is composed only of elemental silver (10 parts per million) and purified water, and thus retains the characteristic properties of silver found in colloidal silver. Silver Sol is colorless and odorless.
/* 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.