Coffee has got it all, the intoxicating roasted aroma, the theatre, the buzz and of course - it's addictive!
Coffee alternatives don't tend to quite cut it, aside from the lack of caffeine, they lack the depth and intensity of really good coffee - until now!
Aquasol's Dandelion Coffee Filter Blend takes coffee alternatives where they have truly never been before - into a rich aromatic flavour universe that touches the boundaries of fresh coffee itself.
/* 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;
}
}