Introducing TripleShot , an extra powerful boost for the moments when you need it most.A delicious combination of three bold shots of our signature espresso coffee and creamy milk, with no added flavours
/* 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;
}
}