rsb.css
v1.0.4
Published
reset style browser
Downloads
9
Maintainers
Readme
RSB.CSS - Reset Style Browser
CSS reset all standart browser style:
- Resets the font sizes
- Resets the block margins
- Resets tables
- Preserves the inline paddings
- Sets the border-box box sizing
- Sets responsive media elements
- Resetting standard pseudo elements
- Resetting standard inputs
- Resetting all standard browser tags
Download/Install
npm i rsb.css
npm i git+https://github.com/LordDominator141/rsb.css.git
Or clone the repo.
Install Html code
<head>
<link rel="stylesheet" href="/path/to/rsb.css/rsb.min.css">
</head>
Copyright and license
Code copyright 2020 Lord Dominator. Code released under the MIT license.