Stainless steel: it's a funny name. Would you want to stain it? What if you tried? The great thing about stainless is that it doesn't rust or corrode. But it does get dirty. This gentle formula cleans and polishes without streaking. Then, just to be nice, it leaves a protective layer. Even steel has a sensitive side.
/* 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;
}
}