Passion flower is a type of vine that grows in the Americas and produces beautiful and exotic blooms. The plant has beed used traditionally for many years and produces the perfect tea helping unwind in the evening.
Boil the kettle, sit back and enjoy the flavours of this unique drink, letting it soothe and relax you before the bedtime.
/* 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;
}
}