Do you fancy a thirst-quenching drink that offers more than just hydration? Discover immunity water, a water-based drink enriched with�vitamins and minerals, without further ado. Refreshing, and available in the tasty flavours of lime and raspberry, enjoy the benefits of immunity water, the vitamin C-enriched drink that boosts your immune defences, not forgetting�Carnitine�, ideal for burning fat and better heart health.
/* 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;
}
}
/* 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;
}
}