@master/normal.css
v3.2.0
Published
Normalize browser's styles ~600B
Readme
- Geometric precision rendering for prettier text
- Antialiased font smoothing looks great
- Set most tags to
margin: 0andpadding: 0 - Globaly
box-sizing: border-box - Globaly
border-width: 0 - Globaly
border-style: solid - Set controls
color: inherit - Set
a, button, [role=button], [type=button]propertycursor: pointer line-height: 1.2tab-size: 4-webkit-touch-callout: none-webkit-tap-highlight-color: transparenttext-size-adjust: 100%font-weight: bolder- Set
img, svg, video, canvas, audio, iframe, embed, objecttodisplay: block - ...
Documentation
See the official documentation
Installation
npm install @master/normal.cssImport into your global CSS entry file like styles.css:
@import '@master/normal.css';Using CDNs
<link rel="stylesheet" href="https://cdn.master.co/normal.css">