Fancy a healthy and easy to prepare dish? With our egg noodles you can make a tasty dish in no time! Rich and full of flavour, very tasty in stir-fries and sauces! Made in an authentic way and based on wheat flour and egg, which ensures a full flavor and fine structure. You boil them for just two minutes, this provides you with a rich and filling dish in no time. The egg noodles are made from the best quality wheat, without any additional additives.
/* 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;
}
}