π°CSS Utilities
Utilities
Visuallyhidden
.visuallyhidden {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(0 0 99.9% 99.9%);
clip-path: inset(0 0 99.9% 99.9%);
overflow: hidden;
height: 1px;
width: 1px;
padding: 0;
border: 0;
}Full width element
Sticky element
Last updated