example: <p>
tags will be --text-color
variable or fall back to black
:root {
--text-color: #212121;
}
p {
color: var(--text-color, black);
}
example: <p>
tags will be --text-color
variable or fall back to black
:root {
--text-color: #212121;
}
p {
color: var(--text-color, black);
}
For further actions, you may consider blocking this person and/or reporting abuse
Alvaro Montoro -
Tailwine -
Henrique Rodrigues -
Agbo, Daniel Onuoha -
Top comments (0)