You don't have to be anti-bacterial to be pro-clean. Soap's job is to clean. Not kill. So why do so many brag about their 99.99% death rate? If microbes can't take it, what makes you think your hands can? At method, we make hand washes that are Triclosan-free and as safe as they are stunning. And no one has to get hurt.
/* 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;
}
}