Indian black salt from Surat in India. Large purple salt crystals with a slightly sulphurous aroma that goes on cooking. kala namak is the best salt for use in Indian cuisine, especially North Indian cooking, and is traditionally used in making salt blends like chaat masala and the summer drink, jal jeera. Alternative names are black salt, kala loon, kala namak and sanchal.
/* 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;
}
}