freeCodeCamp > Basic CSS > Flashcards
How to change the color fo text:
< h2 style=”color: blue;” >CatPhotoApp< /h2 >
How to use CSS selectors to style elements:
< style > h2 { color: red; } < /style >