Hello,
Suppose I've created a certain design A in my css file.
I would like to create a similar design B only change one property in it, for example the text-align.
Instead of copy-paste the entire design from A to B I assume there is a way in css to state that design B inherits it's design from design A and than make the changes I need. Can someone show me a simple code example for that?
Suppose I've created a certain design A in my css file.
I would like to create a similar design B only change one property in it, for example the text-align.
Instead of copy-paste the entire design from A to B I assume there is a way in css to state that design B inherits it's design from design A and than make the changes I need. Can someone show me a simple code example for that?