CSS Font Size Example

Control the size of text using the font-size property.

Preview

Code

<style>
p{
font-size:22px;
}
</style>

<p>This text is larger using CSS.</p>

More CSS HOME Examples (5)