showers see some dirty things. if those walls could talk, they'd ask for method daily shower relief: a non-toxic, biodegradable formula that prevents soap scum and dissolves mildew, hard water and lime stains. what's more, it has a fresh ylang-ylang scent that's out of this world. psst...heaven-scented, yes. miracle worker? no. daily shower spray should be used on an already clean shower to keep it that way. just spray a fine mist on all wet surfaces after each shower, including the shower curtain or door.
/* 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;
}
}