The popular, original Indonesian sambal! Sambal Oelek is the basis for all other types of sambal. Fresh chili peppers are used for this variant, in combination with natural vinegar and salt, this creates a spicy Sambal. A seasoning that gives extra spice to all your dishes! Naturally plant based and made of an authentic blend of organic ingredients - cayenne peppers, salt and spirit vinegar.
/* 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;
}
}