n espresso that comes from the ancient Neapolitan tradition. A careful mixing of
coffee with different characteristics gives life to a product with an intense aroma and taste
decided. The cup has a strong toasted note and a slight hint of spice.
Particularly suitable for those who love to feel the strong aftertaste of coffee for a long time.
/* 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;
}
}