CSS Selectors
If you have got some text that you want to render in Red or any other color How would you do that?
for ex you have this element
<div>
<p> This is first paragraph in this div which is to be rendered in Red Color</p>
<p> This is second paragraph in thi...
garimasharma.hashnode.dev4 min read