Snippets tagged “nth-child”
4 snippets use this tag.
- How to Create a Blurry Text in CSSCSS
One of the best effects to stylize your text, is making it appear blurred. In this snippet, we are going to show you two methods of creating a blurry text. So here we go.
- How to Create Glitch Effect With CSSCSS
All of us can remember glitch effects from our TV sets! Learn how to create one of the coolest effects for your website and also catch the examples with pure CSS.
- How to Get a Specific Number of Child Elements With CSSCSS
The :nth-child() pseudo-class selects only the elements that are nth child elements. Read and see examples of getting a specific number of child elements.
- How to Style Even and Odd List ItemsHTML
In this snippet, we’re going to demonstrate how to style the even, odd, or both the even and odd items of an unordered list. See examples with each of them.