Snippets tagged “html-li-tag”
2 snippets use this tag.
- How to Select the Last Second Element with CSSCSS
In this snippet, you’ll find out how to select the last second element with pure CSS. To achieve the goal, you need to use the CSS :nth-last-child() pseudo-class.
- How to Use Font Awesome Icon as Content in CSSCSS
Today, icon fonts are quite common, and more and more developers are taking advantage of them in their designs. See how you can add them as a content.