Reading is thirsty work. How about a Flawsome! juice? Wonky apples and surplus mango transformed into a refreshing cold-pressed juice with a delicious tropical twist.
Flawsome! juices are fair to farmers and packed full of flavour. They're vegan, gluten-free... oh, and they have no added sugar. Why would they?
/* 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;
}
}