LivSupport is a food supplement based on soy phospholipids, choline, L-ornithine L-aspartate, vitamin B6 and riboflavin.
Choline supports proper functioning of the liver. Vitamin B6 contributes to proper energy metabolism while riboflavin to proper iron metabolism.
/* 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.