Found 1270 bookmarks
Custom sorting
How nth-child Works | CSS-Tricks
How nth-child Works | CSS-Tricks
There is a CSS selector, really a pseudo-selector, called nth-child. Here is an example of using it: ul li:nth-child(3n+3) { color: #ccc; } What the above
·css-tricks.com·
How nth-child Works | CSS-Tricks
text-shadow | CSS-Tricks
text-shadow | CSS-Tricks
p { text-shadow: 1px 1px 1px #000; } You can apply multiple text shadows by comma separating p { tex...
·css-tricks.com·
text-shadow | CSS-Tricks
Understanding CSS z-index
Understanding CSS z-index
The z-index attribute lets you adjust the order of the layering of objects when rendering content.
·developer.mozilla.org·
Understanding CSS z-index