p {
font-family: Georgia, serif;
margin: 2em auto;
max-width: 38em;
/* try changing this number to see how only the first
line changes, no matter how long or short the line */
}
/* This is what targets the first line of the paragraph */
p:first-line {
font-weight: bold;
font-variant: small-caps;
}
|