How can I make the first character of each paragraph look like this:
I'd prefer using CSS only.
p:first-letter { float: left; font-size: 5em; line-height: 0.5em; padding-bottom: 0.05em; padding-top: 0.2em; }
Tweak the font, padding, line-height as needed.
Example: http://jsfiddle.net/RLdw2/
1.4m articles
1.4m replys
5 comments
57.0k users