Added suggested reading in index.md (#25406)

Added the Odin Project's HTML+CSS course as suggested reading.
This commit is contained in:
darkcomet76
2018-12-09 10:05:07 -05:00
committed by Tom
parent 49487788e3
commit d7293baff3

View File

@ -28,6 +28,8 @@ Another suggestion for beginners is W3C's [Starting with HTML + CSS](https://www
The site [CSS Zen Garden](http://www.csszengarden.com/) is a great example of how the same HTML code/structure can be styled to look different in unique ways.
The [Odin Project](https://www.theodinproject.com/courses/html5-and-css3) features a full course on using CSS alongside HTML.
For a demonstration of the power of CSS, check out [Species In Pieces](http://species-in-pieces.com/#).
When you're practice and working with CSS, you can refer to this [CSS reference](https://cssreference.io/) to help you along the way if you're unsure about a property. A great tool for helping visualize what each CSS property does.