5 lines
90 B
CSS
5 lines
90 B
CSS
|
div p:first-child{
|
||
|
font-weight: bold;
|
||
|
font-style: italic;
|
||
|
text-indent: 50px;
|
||
|
}
|