OKANOWEB WEB PARTS SAMPLE
You can use the first-line pseudo-element to add special style to the first line of a text.
A style special from the 2nd line of a text does not influence.
テキストの第1のラインへ特別のスタイルを加えるために第1ラインの偽りの要素を使用することができます。テキストの2行目からは、特別なスタイルは影響しません
<style type="text/css">
div:first-line
{
color: #ff0000;
font-variant: small-caps
}
</style>
ads