Basic CSS Flashcards
1
Q
How to change the color fo text:
A
< h2 style=”color: blue;” >CatPhotoApp< /h2 >
2
Q
How to use CSS selectors to style elements:
A
< style > h2 { color: red; } < /style >
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 >