Hyaluronic acid and collagen, a perfect couple has been used by the beauty industry for a long time. They are produced by the human body and essential components in many physiological processes. However, as we age their productions slow down, so we need to replace them. Collagen&Hyaluronic capsule of BioTechUSA provides both of them at the same time.
/* 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;
}
}