I have a reusable card component which contains heading , para and button. I want to use it 3 different pages, the content doesnt change but styling changes.
For eg: In page 1: card has padding of 10px, background-color: white and text-align: center
In page 2: card has padding of 16px and text-align: left and button background : lightblue
In page 2: card has text-align: center and button background : green
how to do it, should i add new style sheet or is there any other way to solve this problem