Here's the bar to satisfy both your sweet and salty cravings! Crunchy caramel bits serve as the perfect complement to mouthwatering sea salt crystals. They work together to bring out the complex flavours of the smooth, fruity chocolate. This unique dark chocolate bar is already one of our favourites!
/* 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;
}
}