January 25, 2023
Particularly for use on the home page when design layouts do not include title text in the content area.
.home h1 {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
More information and examples here.