negrito css code example
Example 1: invert css
.image {
filter: invert(1);
}
Example 2: ancho maximo css
.contenedor{
width:90%;
max-width: 1000px;
border:10px solid #000;
}
.image {
filter: invert(1);
}
.contenedor{
width:90%;
max-width: 1000px;
border:10px solid #000;
}