Native to the Himalayas and nicknamed happy berry in Asia, Goji berry has more beta-carotene than you can shake a carrot at. It is one of the highest known sources of carotenoids of all common foods. Combine this with green tea for a healthy dose of antioxidants to brighten up your day
/* 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;
}
}