Skip to content

Instantly share code, notes, and snippets.

@Cimlah
Last active June 13, 2023 09:51
Show Gist options
  • Save Cimlah/f50bef5e0f8a589a42f4422b7403b1ec to your computer and use it in GitHub Desktop.
Save Cimlah/f50bef5e0f8a589a42f4422b7403b1ec to your computer and use it in GitHub Desktop.

This is a very simple CSS reset code that I use in pretty much every project of mine.

Usage

Even though it is quite a tiny piece of code, I don't want to write it over and over again. So that is why I created it to be used over a CDN.

CDN Links

Code

  • JSDelivr
    CSS:

    @import url('https://cdn.jsdelivr.net/gh/Cimlah/CSS-REset@main/reset.css');

    HTML:

    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Cimlah/CSS-REset@main/reset.css">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment