Skip to content

Instantly share code, notes, and snippets.

@dobernike
Last active January 23, 2019 18:39
Show Gist options
  • Select an option

  • Save dobernike/1c89cec44129658a0e1d431201834fa9 to your computer and use it in GitHub Desktop.

Select an option

Save dobernike/1c89cec44129658a0e1d431201834fa9 to your computer and use it in GitHub Desktop.
body {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment