Yume no Yume means "dream of dreams". In Japan, the flow of seasons is very subtle. The signs that announce the pace of the seasons are very important themes in Japanese art and literature such as flowers, plants, animals. Yume no Yume decorative motifs evokes these changes with enchanting and peaceful images.
/* 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;
}
}