Chile Guajillo is a mild to medium-hot dried chilli.
Smooth-skinned guajillo chilli is one of the workhouse spices of Mexican cooking (along with the ancho chilli) and has a bright, tangy flavour that benefits from toasting.
Brick red colour
Smooth + equal skin to flesh ratio
Notes of: green tea + berries
/* 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;
}
}