CREAKONG CX8 takes the original king of the creatine jungle 3-creatine blend formula of CREAKONG and makes it even more epic. Push your strength and athletic performance with this fully loaded, ferociously roaring, chest-pounding formulation. MUTANT CREAKONG CX8 includes three creatine types that work synergistically to absorb rapidly and have been individually scientifically studied and PROVEN TO INCREASE MUSCLE STRENGTH, SIZE, AND ATHLETIC PERFORMANCE.
/* 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;
}
}