How to hide content from the screen and not from screen readers
As a developer, we tend to hide things using display: none and visibility: hidden.
This works perfectly fine actually to hide elements from the screen. But, it also hides the things on the screen which also includes a screen reader.
Let's see what it...
h.dhairyashah.dev1 min read