2019-6-17 18:07:08
未实践
P {
font-size: 12px;
line-height: 1.2;
width:250px;
}
P::first-letter {
font-size: 224%;
margin-top: -5px; font-weight: bold;
float:left;
}
SPAN {
text-transform: uppercase
}
<P><SPAN>The first</SPAN> few words of an article
in The Economist.The first few words of an article
in The Economist.</P>