Reading is thirsty work. How about a Flawsome! sparkling juice? Wonky apples and surplus sour cherries transformed into a gently fizzy juice that's lip-smackingly delicious. Flawsome! juices are fair to farmers and packed full of flavour. They're vegan, low-calorie... 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;
}
}