From d7293baff3d8ea351ae268f8d30d018d14f0497a Mon Sep 17 00:00:00 2001 From: darkcomet76 Date: Sun, 9 Dec 2018 10:05:07 -0500 Subject: [PATCH] Added suggested reading in index.md (#25406) Added the Odin Project's HTML+CSS course as suggested reading. --- guide/english/css/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/css/index.md b/guide/english/css/index.md index 7cf4d263ca..cc338950a2 100644 --- a/guide/english/css/index.md +++ b/guide/english/css/index.md @@ -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.