Himalayan Pink Salt 1Kg. Resealable bag. Premium quality Himalayan salt crystals, known for their naturally purifying properties. The pretty pink crystals have been around for millions of years and contain an impressive 84 minerals including magnesium, calcium, iron and potassium.
/* 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;
}
}