Bio Konjac Fettuccine is the best low-carbohydrate and low-calorie pasta on the market! It allows you to fully focus on your favourite side dishes. It's made with the highest quality organic ingredients. It's a great solution for the busiest of eaters. Create an amazing dish with it in 15 minutes! You can permanently incorporate Bio Konjac Fettuccine into your keto or low-carb diet, further staying in a state of ketosis.
/* 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;
}
}