SPIRULINA is a blue-green algae It has been known and used in folk medicine since ancient times. It is one of the most natural sources of nutrients. It contains a lot of easily assimilable vegetable protein, carbohydrates, minerals and vitamins, which is why it is very valuable in a vegetarian diet.
/* 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;
}
}
Choosing a selection results in a full page refresh.