Curiously moreish red berry & crumbly biscuit French luxury truffles finished with a generous dusting of exquisite bitter-sweet cocoa. Whilst dreamily floating along ruby fruit river so berrily chocolatey. I discovered a crumbly biscuit so delicious my every moment became one glorious Ruby Fruit Sunday. You really have to try them!
/* 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;
}
}