Using our trusted goats milk soap recipe and added castor oil. This product is suitable for all hair types and leaves hair soft and manageable. Goats milk is especially good for a dry scalp as it is naturally full of vitamins that boost hydration. Blended with Tea Tree oil leaves hair smelling fresh.
/* 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;
}
}