Our all floor cleaner now comes in gorgeous wild rhubarb and smells so good, you'll want to lick the floor. We don't recommend it. But it is good to know the formula is non-toxic and biodegradable. It almost makes you want to throw out the timer on that whole 5 second rule.
/* 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;
}
}