diff --git a/.hintrc b/.hintrc new file mode 100644 index 0000000..eabae79 --- /dev/null +++ b/.hintrc @@ -0,0 +1,13 @@ +{ + "extends": [ + "development" + ], + "hints": { + "axe/aria": [ + "default", + { + "aria-valid-attr": "off" + } + ] + } +} \ No newline at end of file diff --git a/Color-Changer-With-Button/index.html b/Color-Changer-With-Button/index.html index 6d5b173..0c65b90 100644 --- a/Color-Changer-With-Button/index.html +++ b/Color-Changer-With-Button/index.html @@ -1,19 +1,24 @@ -
- - + + +