1 pack of 72 handy wipes. The Cheeky Panda bamboo handy wipes are nature's answer to keeping clean on the go. 100% biodegradable, infused with 99% purified water and a teeny - weeny splash of natural anti bacterial ingredients. Silky soft and gentle, use from head to toe. Vegan friendly, loved by babies and their parents too!
/* 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;
}
}