Opul4321
MIS
- Oct 14, 2002
- 2
Is there a way to define a color (e.g. a hexadecimal value) to reuse for different elements throughout the style sheet?
Example -
B1 = "#0000FF"
td {background-color: B1;}
p {color: B1;}
Example -
B1 = "#0000FF"
td {background-color: B1;}
p {color: B1;}