Skip to content

FWeinb/nthEverything

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nth-Everthing made with js.

##Implemented nth- ##

:nth-letter
:nth-word

Implemented last-##

:last-word
:last-letter

Implemented first-

:first-word

Things that work

Add a hover effet to each odd letter

.className:nth-letter(odd):hover{}

Add a hover effect to :before/:after

.className:nth-letter(odd):hover:after{}

Things that don't and will not work

.className:before:nth-letter

Read more: http://css-tricks.com/a-call-for-nth-everything/

About

Adding pseudo classes ::nth-word/letter ::first/last-word/letter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published