1.0.4 • Published 4 years ago

rsb.css v1.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

RSB.CSS - Reset Style Browser

npm

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.

Download the latest version

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.