Код: Выделить всё
inverted color
< /code>
css < /p>
div {
background-color: #f00;
}
p {
color: /* how to use inverted color here in relation with div background ? */
}
Подробнее здесь: https://stackoverflow.com/questions/177 ... -using-css
Код: Выделить всё
inverted color
< /code>
css < /p>
div {
background-color: #f00;
}
p {
color: /* how to use inverted color here in relation with div background ? */
}