Ideal for babies and suitable from one month onwards.
Pure and simple liquid base, free from additives and preservatives.
Vitamin D is needed for normal growth and development of bone in children.
The Department of Health recommends a daily supplement of 8.5ug (340iu) to 10ug (400iu) of vitamin D for all infants from birth to 1 year of age.
The NHS recommends that babies consuming more than 500ml (approx. 1 pint) of infant formula fortified with vitamin D do not need to further supplement with vitamin D.
/* 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;
}
}