Alternative CSS to display: none; and visibility: hidden; using .offscreen css class . Sourced under a permissive license.
Alternative CSS to display: none; and visibility: hidden; using .offscreen css class
<a class="button" href="https://google.com">
Learn More <span class="offscreen"> about pants</span>
<a class="button" href="https://google.com">
Learn More <span class="offscreen"> about pants</span>
</a>
<style>
.offscreen {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
</style>
<a class="button" href="https://google.com">
Learn More <span class="offscreen"> about pants</span>
</a>
<style>
.offscreen {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
</style>
Tags: CSS, HTML, CSS, CSS code snippet, html code snippet, display: none, visibility: hidden, .offscreen, css class
Image: Unsplash license
CC BY 4.0 added intro and tags – 30 Seconds of Code
RELATED WEBSITES AND SERVICES
These are paid advertisements or products and services ran by ourselves
Privacy preserving, cookieless website visitor tracking for your website completely free. unrive.io
Choose from over 100 quick & easy to use SEO, webmaster and developer tools. seoyex.com
Lorum Ipsum Generator, List Randomiser Tool, List Alphabetizer Tools, Case Converter Tools. seoyex.com
CSS Minifier, JS Minifier, HTML Formatter, CSS Formatter, JS Obfuscator Tools. unrivewebtools.com