<p>
You can use
<abbr title="Cascading Style Sheets">CSS</abbr>
to style your
<abbr title="HyperText Markup Language">HTML</abbr>.
</p>
p {
font-size: 1.3rem;
}
abbr {
font-style: italic;
font-weight: 100;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.