This NSA truffle is the perfect compromise for those who can't afford sugar, such as diabetic people but like to enjoy a greedy chocolate. This truffle is softened with Inuline, a natural substance very rich in fibers (35 / 100g). The perfect balance between Health and Greed !
/* 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;
}
}