A blend of naturally gluten free ingredients, use this flour as an alternative to self raising flour made from wheat. Follow one of our gluten free recipes or adapt a traditional recipe by adding a little extra liquid.
Using this 1kg size pack you can bake half a dozen cakes without any gluten. (Remember to keep all gluten free utensils and cooking separate from wheat products)
/* 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;
}
}