Category: CSS

  • Making Custom Numbered List in CSS : Part 1

    Creating a custom numbered list in CSS is quite simple. This can be done using a list or any block level element. We will be using the following CSS properties: Below is a sample using counter function with block level elements. See the Pen Custom List in CSS by Sheun (@sheunl) on CodePen. Custom numbering…