diff --git a/README.md b/README.md
index 374b025..8da1e25 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,6 @@ Refer to [this list of HTML elements on MDN](https://developer.mozilla.org/en-US
### Resets
* [Eric Meyer's 2.0](https://meyerweb.com/eric/tools/css/reset/)
-* [equalize.css](https://github.com/alexandersandberg/equalize.css)
* [HTML5 Doctor](https://html5doctor.com/html-5-reset-stylesheet/)
* [minireset.css](https://github.com/jgthms/minireset.css)
* [normalize.css](https://github.com/necolas/normalize.css)
@@ -55,6 +54,7 @@ Refer to [this list of HTML elements on MDN](https://developer.mozilla.org/en-US
* [Remedy](https://github.com/mozdevs/cssremedy)
* [sanitize.css](https://github.com/jonathantneal/sanitize.css/)
* [UndoHTML](https://tantek.com/log/2004/undohtml.css)
+* [universalize.css](https://github.com/alexandersandberg/universalize.css)
### Frameworks
* [awsm.css](https://github.com/igoradamenko/awsm.css)
diff --git a/index.html b/index.html
index 880ef42..a1138f0 100644
--- a/index.html
+++ b/index.html
@@ -964,7 +964,6 @@
About this project
const cssResets = [
{ "name": "Eric Meyer's 2.0", "link": "https://meyerweb.com/eric/tools/css/reset/reset.css" },
- { "name": "equalize.css", "link": "https://raw.githack.com/alexandersandberg/equalize.css/master/dist/equalize.min.css" },
{ "name": "HTML5 Doctor", "link": "https://raw.githack.com/richclark/HTML5resetCSS/master/reset.css" },
{ "name": "minireset.css", "link": "https://raw.githack.com/jgthms/minireset.css/master/minireset.min.css" },
{ "name": "normalize.css", "link": "https://unpkg.com/normalize.css@8.0.1/normalize.css" },
@@ -972,6 +971,7 @@ About this project
{ "name": "Remedy", "link": "https://raw.githack.com/mozdevs/cssremedy/master/remedy.css" },
{ "name": "sanitize.css", "link": "https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/10.0.0/sanitize.css" },
{ "name": "UndoHTML", "link": "https://tantek.com/log/2004/undohtml.css" },
+ { "name": "universalize.css", "link": "https://raw.githack.com/alexandersandberg/universalize.css/master/dist/universalize.min.css" },
];
const cssFrameworks = [
diff --git a/package.json b/package.json
index 22195d0..5daefed 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html5-elements-tester",
- "version": "1.1.6",
+ "version": "1.1.7",
"description": "A test page containing most of the HTML5 elements that you'll ever need. Useful for testing CSS resets or CSS frameworks.",
"main": "index.html",
"scripts": {