BETTER INPUT = BETTER OUTPUT
Whether you are a full-fledged vegetarian, or just seek a temporary departure from animal foods, Rule One Plant Protein is the one you have been looking for. Made with pea, sunflower seed, pumpkin seed, and watermelon seed proteins, our 100% plant-based formula provides 20 grams of protein and 9 essential amino acids (EAAs) without any lactose, cholesterol, or gluten.
/* 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;
}
}