Within my code, I currently have the <p>
style set to a font-size of 16px. However, I would like to increase the font-size to 20px for any <p>
text within a "card" element, without needing to add a separate font-class to each <p>
individually.
This way, any element with the "card" class throughout the website will automatically have a font size of 20px, instead of the default 16px.