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
Louis Austke -
Sandy Galabada -
Ashish Prajapati -
TITAN -
Top comments (0)