Like a taste of autumn in a glass, this cordial is made from real pressed
blueberry and blackcurrant juice - just mix with water for a lovely,
fruity pick-me-up.
No preservatives, flavourings or anything artificial.
Makes a great ingredient for puddings.
Dilute 1:8 to make 18 glasses (250ml) of lovely refreshing drink.
/* 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;
}
}