TLC from the heart - this is a moment of bliss, a veritable hug to keep your spirits warm. Take your seat and settle in to savour the spicy-sweet zest of sun-ripe lemons and slow-dried ginger root. Then, as your heart begins to sing, comes the velvet kiss of manuka honey. Isn't this heaven? Stay well.
/* 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;
}
}