This raw, unpasteurised vinegar serves as a great alternative to white wine vinegar, adding flavour to salad dressings, sauces, and marinades. Coconut vinegars contain an abundance of vitamins, minerals and amino acids, often associated with boosting immunity, and improving gut health. Derived from the sap of coconut trees, this vinegar exudes a unique tropical flavour and aroma.
/* 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;
}
}