Cell-Tech is our best for a reason: It is scientifically engineered, third-generation creatine formula featuring an effective blend of creatine monohydrate and carbohydrates. For more than two decades, Cell-Tech has helped athletes strive towards their training goals. It's grown to become a legendary staple in the supplement regimen of serious competitors - and proof that MuscleTech continues to push the limits of research every day.
/* 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;
}
}