
Eddy.CSS is a lightweight CSS library that aims to provide consistent default styling across browsers.
The main goal of Eddy.CSS is to serve as a simplified CSS reset tool. It leverages Normalize.css under the hood to normalize default browser styles across browsers like Chrome, Firefox, Safari, etc. This results in a more consistent rendering of HTML elements like headers, lists, tables, and forms.
How to use it:
1. Download and import the eddy.css stylesheet in your web project.
<link rel="stylesheet" href="css/eddy.css">
2. Happy coding!
Changelog:
02/15/2024
- some more minor changes







