ALLNUTRITION FITKING DELICIOUS PEANUT CREAM is a unique peanut cream that provides unforgettable taste sensations! It is distinguished by three different flavours, meeting the expectations of the most demanding fit connoisseurs.
/* 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;
}
}