Note
This is a work in progress.
This is my CSS reset: a set of baseline styles that I use whenever I start a new project.
See the source file.
- It includes normalizing styles and useful defaults based on the following projects:
- It's actively maintained and up to date.
Modern browsers (not Internet Explorer).
-
Option 1: Direct Copy
Copy the contents of the stylesheet and paste it into your CSS file.
-
Option 2: Link to the Latest Version
Alternatively, you can link to the most recent version of the stylesheet in your HTML file:
<link rel="stylesheet" href="https://germanfrelo.github.io/base-css-stylesheet/base.css" />
There are various pages with HTML elements to be used for testing purposes. Some of them are:
- @cbracco/html5-test-page
- My custom page: @germanfrelo/html-elements-test-page