Gluten Free Madras Curry Paste. Vegan, Free from dairy, wheat, soya etc....A hot curry paste blending tomatoes, onions, garlic and traditional curry spices.
paste to make your own curry with. Free & Easy also produce a flat bread mix, which you can make and eat with your curry.
/* 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;
}
}