/ Published in: CSS
You can create a drop caps effect like those in newspapers or magazines using the :first-letter pseudo element.
Expand |
Embed | Plain Text
p:first-letter{ display:block; margin:5px 0 0 5px; float:left; color:#FF3366; font-size:3.0em; font-family:Georgia; }
You need to login to post a comment.
