/ Published in: CSS
For hundreds of years, initials have been used to set off the first letter of a chapter or paragraph. Here is how this can be done for your blog! It is surprisingly easy to implement and it degrades well for older browsers.
Expand |
Embed | Plain Text
p:first-letter{ display:block; margin:5px 0 0 5px; float:left; color:#000; font-size:60px; font-family:Georgia; }
You need to login to post a comment.
