By andydev on
I'm trying to implement this technique automatically to my nodes: http://www.mandarindesign.com/troops.html
At the moment, I'm using it while adding the nodes.
Do I need to build a hook to get the first character of the node, and put it into a different div class, for that style?
Comments
(omg, so many spelling
(omg, so many spelling mistakes, sorry :P )
no, just use css pseudo-element
p:first-letter {}
Great! I'll try it out!
Great! I'll try it out!