This dark brown honey has a creamy sweetness with an underlying mineral taste, evidence of the high antibacterial properties. From the North island of New Zealand this manuka honey is collected from the manuka tree over just a few short weeks every summer. Add to smoothies, fruits or breakfasts for a deliciously sweet kick.
/* 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;
}
}