Skip to content

Instantly share code, notes, and snippets.

View lmfaole's full-sized avatar
:accessibility:

Ole Jørgen lmfaole

:accessibility:
View GitHub Profile
/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Prevent font size inflation */
html {
.visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: auto;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;