Skip to content

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

License

ruxwez/fix.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages