We have created our Omega 369 supplement to provide a combination of omega 3, omega 6 and omega 9 fatty acids in one product.
Omega 3, 6 and 9 are essential fatty acids. The body cannot produce essential fatty acids, therefore they can only be obtained through diet or supplementation.
/* 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;
}
}