Diablo was founded with the intentions of offering the 5 million and growing people suffering from Diabetes an alternative to sugar. In the process there has been a vast increase in the number of consumers looking to cut sugar out of their diet but still have those naughty treats. They really are guilt free.
/* 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;
}
}