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;
}
2
Q
Use a CSS property that allows the user to specify the sizing of text.
A
p{
font-size: 30px;
}