The raw chocolate strawberry is a delicious combination of organic strawberry and Peruvian organic raw chocolate. Chocolate strawberries have been a classic dessert for decades, and both children and adults love it. Chocolate strawberries are enjoyed on both family picnics and romantic evening walks. Strawberry is the favourite berry of many of our customers, and the mouth-watering chocolate icing makes this fresh berry even better!
/* 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;
}
}