home.social

#csscounter — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #csscounter, aggregated by home.social.

  1. Also, those letters in the squares? #CSS counters!

    ```
    .item { counter-increment: c }

    .item::after { content: counter(c, upper-alpha) }
    ```

    #tinyCSStip #cssCounter #code #coding #web #dev #webDev #webDevelopment
    #frontend