ALA is a vitamin-like antioxidant. Alpha lipoic acid is produced in the human body, but it can also be found in broccoli, spinach, yeast, potato, carrot, beetroot and red meats. The human body is also capable of synthesising it in small quantities; however, it is also recommended to be taken as a supplement. Many think that ALA is the ideal antioxidant as it dissolves in fat and water equally well. The antioxidant effect requires a daily dosage of 200-300 mg.
/* 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.