We found that only pasta crafted in the artisan tradition of bronze forming and slow drying at low temperature delivers the flavour and consistency worthy of a gourmet gluten free meal for all the family. Teff, a type of grass seed, adds delicious flavour and a firm texture to rice pasta.
/* 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;
}
}