This paragraph will be red and center-aligned.
This paragraph will be red, center-aligned, and in a large font-size.
<style> p.center { text-align: center; color: red; } p.large { font-size: 300%; } </style>