Pulsin Soya Protein has a protein content of 90%. It is a complete protein, proviiding all the essential amino acids and also is an excellent source of isoflavones. It is Vegan, non GM, low fat and with no added fillers, sugars or sweeteners, making it a perfect alternative to Whey.
/* 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;
}
}