Our high quality Microfibre cloths are perfect for all types of cleaning just using water. Special features include:
- Machine washable as low as 30C & up to 60C/140F
- No chemical cleaners required
- Removes grease, dirt and bacteria
- Allergy / Asthma friendly
- Highly absorbent
- Use dry to dust
/* 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;
}
}