Finally, all of your wiping up dreams have come true
Our new Eco Pop-Up Sponges are perfect for wiping up spills,
offering absorbency and durability. What starts out as a flat paper-like
sponge transforms into a 100% compostable cellulose sponge when run
under the tap. Just watch it pop!
Plus, if you thought this little sponge couldn't get much better, it's made in the UK.
/* 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;
}
}