CSS Fonts & Text Size Flashcards

1
Q

Use a CSS property that allows you to specify the font of a text.

A

p{
font-family: fantasy;
}

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

Use a CSS property that allows the user to specify the sizing of text.

A

p{
font-size: 30px;
}

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