Skip to content

Commit ef337a6

Browse files
authored
Merge pull request #5 from d0dders/master
Fix w3schools Color Picker Link
2 parents 5e31127 + 76cd090 commit ef337a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Don't worry, you won't have to come up with RGB and HEX colors yourself. There'
309309
* [Color Picker](http://www.colorpicker.com/)
310310
* [HTML color codes and names](http://www.computerhope.com/htmcolor.htm)
311311
* [HTML Color Codes](http://html-color-codes.info/)
312-
* [HTML Color Picker](http://www.w3schools.com/tags/ref_colorpicker.asp)
312+
* [HTML Color Picker](http://www.w3schools.com/colors/colors_picker.asp)
313313

314314
Try adding colors to various tags on the page! You can make your `<h1>` the color `#005DFC`, your `<h3>` tag `rgb(242,127,56)`, and your `<p>` tag `lightblue`. Keep playing til you're happy.
315315

0 commit comments

Comments
 (0)