On Scroll Animations on Multiple Divs

Create on scroll animation effects on your website using waypoints and animate.css. Waypoints allows developers to execute a function when an element is scrolled to, in this case, we will execute an animation. Animate.css is a library of CSS animations … Continued

Separators for LI Elements using CSS and :nth-child

Separate your html list elements with back slashes, commas, dots or whatever icon pleases you by using CSS.

 

Display inline list with separators

This is useful for displaying menu elements and creating comma separated lists. Add the following code to your css/stylesheet. You may use unordered lists or ordered lists with similar results.

  Keep in mind that :last-child is not supported … Continued