Basic CSS Flashcards

1
Q

How to change the color fo text:

A

< h2 style=”color: blue;” >CatPhotoApp< /h2 >

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to use CSS selectors to style elements:

A
< style >
  h2 {
    color: red;
  }
< /style >
How well did you know this?
1
Not at all
2
3
4
5
Perfectly