CSS Text and Fonts
CSS provides various properties to style text and fonts.
Example:
h1 {
font-family: Arial, sans-serif;
font-size: 24px;
text-align: center;
}
CSS provides various properties to style text and fonts.
h1 {
font-family: Arial, sans-serif;
font-size: 24px;
text-align: center;
}