EFECTIV Performance Creatine is a Creatine Monohydrate based food supplement designed for athletes striving to perform at the highest level. Performance Creatine uses two premium, patented ingredients in the forms of Senactiv and AstraGin.
Senactiv increases the production of citrate synthase, an important enzyme that is responsible for producing more ATP (energy our body uses)
/* 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;
}
}