+ 1
Can we make alternate letters in a word to bold,italic concurrently.
2 Answers
+ 2
You can't without wrapping every letter with 'span'. Maybe with jQuery.
@Adit, there's no :nth-letter.
Edit: I found this jQuery plugin:
www.letteringjs.com
- 1
Try using span:nth-letter(even) {
"what you want"
}