Learn how to make text beautiful and easy to read.
h1{
font-size:40px;
}
body{
font-family:Arial,sans-serif;
}
p{
font-weight:bold;
}
Open the playground and create:
| Property | Example |
|---|---|
| text-align | center |
| text-transform | uppercase |
| letter-spacing | 2px |
| line-height | 1.8 |
| text-shadow | 2px 2px 5px gray |
Which property changes text size?