Our organic coconut flour comes from the dried flesh of the mighty coconut which is finely ground to create a versatile home baking ingredient rich in fibre and protein - wow!
Its mild sweetness means it loves to be whizzed in breads, cakes, muffins, pancakes and desserts, as well as smoothies and shakes.
/* 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;
}
}