The Greener Cleaner high performance environmentally friendly dish brush with durable brush fibres is a great way to clean all types of Dishes, Pans, Glass, Ceramic & Plastics. The dual use, small precision brush is perfect for tough dirt in hard-to-reach places. Made from 100% recycled plastic using our patented technology. Dishwasher safe. Hang hole for convenient storage.
/* 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;
}
}