ENDURE is a special blend of essential electrolytes your body needs to perform at optimum levels of energy, stamina, and hydration during competition or any strenuous activity. Proper hydration helps to reduce the incidence of muscle cramping and fatigue so you can endure longer. Plus it contains no sugar or additives to weigh you down. Get the edge you need to perform at your best with ENDURE.
/* 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;
}
}
/* 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.