ALLNUTRITION - Delicious Line Sugar Free Jelly is a low-calorie jelly which is quick and easy to prepare. One serving contains only 25 kcal! Let your imagination run wild and prepare your own delicious low-calorie dessert or cake by adding your favourite toppings, such as fruit, whipped cream or ice cream. Sugar Free Jelly is extremely clear and sets quickly.
DELICIOUS DIET JELLY WITH NO ADDED SUGAR
AVAILABLE IN THREE UNIQUE FLAVOURS
EXCELLENT TASTE AND TEXTUR
LOW CALORIE CONTENT
IDEAL ADDITION TO YOUR DAILY DIET
NO GUILTY CONSCIENCE
FIND YOUR FAVOURITE FLAVOUR
/* 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;
}
}
Choosing a selection results in a full page refresh.