fix.css

1.0.1 • Public • Published

fix.css

This npm style package provides a basic set of CSS rules to enhance the appearance and behavior of HTML elements on a website. The included rules address the box-sizing model, maximum width for images, 3D transformation of specific elements, and adjustmen

NPM

npm install --save fix.css

What does it do?

  • Sets the "border-box" box model for all HTML elements.
  • Makes all elements and pseudo-elements inherit the box model of the parent element.
  • Limits the width of all images to 100% of their container.
  • Applies a 3D transformation to improve the performance of animations and transitions in: section, main, header, footer.
  • Remove outline on links when receiving focus.
  • Disables the ability to drag images inside links in WebKit based browsers.

Package Sidebar

Install

npm i fix.css

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

3.08 kB

Total Files

4

Last publish

Collaborators

  • ruxwez