Made with 100% whey, providing 24g of fast-acting protein, great taste, and exceptional value, R1 Whey Blend is one of our most popular and well-rounded protein formulas.
With all that goes into R1 Whey Blend, it's also important to note what doesn't:
ZERO Non-Whey Proteins
ZERO Spiking
ZERO Creamers
ZERO Banned Substances
ZERO Gluten (most flavors)
/* 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;
}
}