Cacao nibs are delicately broken chunks of the cocoa bean -ingredient from which chocolate is made. They have an aromatic and slightly bitter taste - close to that of dark chocolate. We eat 10-20gr per day - it's a great pick me up - we add it to our muesli, eat it straight out the packet and use it to make a host of outrageous desserts (check on our website!)
/* 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;
}
}