Defy all the laws and fly - Flying, they say, you can't do it without wings. Or can you? A zesty swirl of the finest lemongrass, the spicy lift of ginger, steep them together... and suddenly it's 'goodbye physics' and 'hello blue sky'. One sip and you're ready to soar. Take to the sky.
/* 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;
}
}