From cbb7ffb29e573048b6b88a5b41c9972a8fb5ddc4 Mon Sep 17 00:00:00 2001 From: Tristan Michael Lawrence Date: Tue, 27 Nov 2018 10:35:04 -0500 Subject: [PATCH] added a visualization reference for CSS learners (#22830) --- guide/english/css/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/css/index.md b/guide/english/css/index.md index c8fb4a6514..86c939ceea 100644 --- a/guide/english/css/index.md +++ b/guide/english/css/index.md @@ -32,4 +32,8 @@ The site [CSS Zen Garden](http://www.csszengarden.com/) is a great example of ho 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. + To find some awesome articles and summaries of Front End Development related ideas visit [CSS-Tricks](https://css-tricks.com) +