A convenient alternative to CSS resets.
- Ensures consistency across browsers
- Prevents the re-setting user agent styles
- Ensures consistently set margins only downward
$ npm install cyanotype.css
HTML:
<link href="/path/to/cyanotype.css" rel="stylesheet">
CSS:
@import "/path/to/cyanotype.css";
For HTML elements that should remain in the document but should be visually hidden, specifies this class:
<p class="screen-reader-only">Screen reader only text</p>