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
Harshit Singh -
IT Lackey -
Tilak Jain -
Reuven Hozias -
Top comments (0)