A savory seasoning, gives your bami or fried rice a crunchy twist! In addition, it is very tasty on salads, (vegan) burgers and soup.
We make fried onions from fresh onion, which we provide with a layer of dough (made from wheat flour), then we fry it in vegetable oil. That ensures the crispy bite!
Tip; Sprinkle them over your dish just before serving to keep them crispy.
/* 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;
}
}