Searching for nth-of-type
Search
404 Error Page Codepen
found this in my links the other day, still looks cool...
using the nth-of-type selector to target a class with the same name
using the nth-of-type css selector you can target a class with the same name, using a number. I guess this can make your code a bit neater not having to add a sub class
animated rings expanding with delay ripple water effects
just testing this one
more complex responsive tables css
i did a simple version of this before here but now im going to make it a bit more complicated and functional. table { width: 100%; border-collapse: collapse; } tr:nth-of-type(odd) { ..