We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96fc61 commit 0ae1962Copy full SHA for 0ae1962
questions/css-questions.md
@@ -195,7 +195,6 @@ CSS sprites combine multiple images into one single larger image. It is a common
195
196
These techniques are related to accessibility (a11y).
197
198
-- `visibility: hidden`. However, the element is still in the flow of the page, and still takes up space.
199
- `width: 0; height: 0`. Make the element not take up any space on the screen at all, resulting in not showing it.
200
- `position: absolute; left: -99999px`. Position it outside of the screen.
201
- `text-indent: -9999px`. This only works on text within the `block` elements.
0 commit comments