Issue
<div>
<p>
Once upon a time..
</p>
<p>
A beautiful princess..
</p>
</div>
How can I select (in my css) the first letter of the first paragraph inside this div??
Thanks
Luca
Solution
div p:first-of-type:first-letter { font-weight: bold; }
Answered By - Demian Brecht
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.