By

Parsa5436

Posts by Parsa5436 GitHub

  1. 1 min read

    Your library is miscounting Persian reading time

    Content libraries often count words with /[a-zA-Z]+/. For Persian text, the result is almost zero, with no error to warn you.

    • Persian
    • Tools
  2. 1 min read

    Inside preserve-3d, z-index is not enough

    Four cards with carefully ordered z-index values, and a 3D shape cutting through them. The problem was depth, not size.

    • CSS
    • Animation