A naughty, but nice treat of pure organic coconut milk mixed with organic cane sugar to make a rich sugary cream. 210g of product in a BPA-free can. Use to add a sweet hit to desserts, or as a topping for cakes. A delicious non-dairy treat as an alternative to condensed milk. Can be swirled into coffee or desserts for a decadent treat. Don't say we didn't warn you of the sugar hit!
/* 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;
}
}