Bursting with B vitamins it is also well known from Chinese Crispy Fried Seaweed. Super healthy to eat raw or cooked, added to smoothies or toasted as crisps.
Add raw to salads Chop then add to bread dough.
Lightly fry in oil and cover with sesame seeds.
Add a clump to smoothies for a serious health kick.
/* 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;
}
}