Skip to content

Instantly share code, notes, and snippets.

@adeleke5140
Created June 1, 2022 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adeleke5140/9688afbd8306867f181b02196d6bdded to your computer and use it in GitHub Desktop.
Save adeleke5140/9688afbd8306867f181b02196d6bdded to your computer and use it in GitHub Desktop.
Accessibly hiding interactive elements
.element{
position: absolute;
opacity: 0;
width:;
height:;
top:;
left:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment