100% Whey is pretty much 100% whey protein concentrate from grass-fed cows. And then we ve thrown in some friendly bacteria. Hormone free, no added sugar, no soya protein or artificial colourings. Basically, the no-nonsense protein you can trust to get you the results you're looking for.
/* 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;
}
}