Clearspring organic Gluten Free pasta is made from protein rich green split pea flour and white quinoa flour, simply mixed with a little water to create a firm texture with a satisfying bite. Made in Italy by second generation millers, this bright green fusilli has a pronounced pea flavour and counts as one of your 5-a-day. A nutritious alternative to durum wheat pasta not just for those on a Gluten Free diet but also for the whole family.
/* 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;
}
}