From 76cd090da07d0a04845ca8fe8402628cac87e13c Mon Sep 17 00:00:00 2001 From: d0dders Date: Tue, 3 Sep 2019 22:39:32 +0100 Subject: [PATCH] Fix Color Picker Link Updated the W3 HTML Color Picker link as the previous link was no longer valid and generating a 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79a9788..67389d0 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ Don't worry, you won't have to come up with RGB and HEX colors yourself. There' * [Color Picker](http://www.colorpicker.com/) * [HTML color codes and names](http://www.computerhope.com/htmcolor.htm) * [HTML Color Codes](http://html-color-codes.info/) - * [HTML Color Picker](http://www.w3schools.com/tags/ref_colorpicker.asp) + * [HTML Color Picker](http://www.w3schools.com/colors/colors_picker.asp) Try adding colors to various tags on the page! You can make your `

` the color `#005DFC`, your `

` tag `rgb(242,127,56)`, and your `

` tag `lightblue`. Keep playing til you're happy.