Skip to content

Instantly share code, notes, and snippets.

@proko
Created April 11, 2018 17:01
Show Gist options
  • Select an option

  • Save proko/aa2ca6d574befac414a125a06f52c7b8 to your computer and use it in GitHub Desktop.

Select an option

Save proko/aa2ca6d574befac414a125a06f52c7b8 to your computer and use it in GitHub Desktop.
.visually-hidden {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
//********//
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment