A careful blend of local wheat and durum semolina wheat ideal for both pasta and pizza. Made from a blend of local English wheat and durum semolina wheat, this fine creamy white flour makes excellent pasta and yeasted pizza bases. Use it in any pasta or pizza dough recipes.
/* 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;
}
}