Safe for wood floors, safe for the planet.
We used to reserve floor cleaning for very special occasions - like limbo night or the queen's visit. But this non-toxic + biodegradable no-wax wood floor cleaner turns a chore into an almond-scented delight. Gently formulated for sealed hardwood and laminate floors, leaving your wood floor looking better than it has in ages, why wood you use anything else?
Plant-based, bottle made of 100% recycled plastic, suitable for vegans, never tested on animals
/* 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;
}
}