Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<h1>` the color `#005DFC`, your `<h3>` tag `rgb(242,127,56)`, and your `<p>` tag `lightblue`. Keep playing til you're happy.

Expand Down