Introducing P-5-P (Vitamin B6) from the Strom RAW range. Each capsule delivers 150mg of Vitamin B6 P-5-P, catering to the needs of assisted athletes and females alike. It was developed and brought out with help from the blood work we do at our HENCH Project.
/* 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;
}
}
Choosing a selection results in a full page refresh.