Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Strange numbering style

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236811
    gombroo
    Participant

    Hello,
    my client would like to have such numbering in ordered list :)
    1°,2°,3°
    Do you have any idea if it’s possible?
    Thanks!

    #236812
    bearhead
    Participant

    Here is one way to do it:
    http://codepen.io/kvana/pen/JGyQNQ

    It uses pseudo classes with content: counter(customlistcounter) "°";

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.