Squeezed from Mexican agave plants, this mellow sweetener offers a healthy and natural alternative to sugar. Whisk this light syrup into cake batters or drizzle into desserts for rich sweetness. Alternatively add to hot drinks as a health-conscious treat, or spoon into overnight oats to give you a slow-release boost.
/* 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;
}
}