From cc5944d623c75de5883ee69be9dce01469860c56 Mon Sep 17 00:00:00 2001 From: Deepesh Ludhyani <34093863+deepesh-ludhyani@users.noreply.github.com> Date: Sun, 9 Dec 2018 20:18:53 +0530 Subject: [PATCH] Additional book reference added to learn CSS (#24752) * Additional book reference added to learn CSS * add link to book --- 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 4863b42d5a..7b6e8685c5 100644 --- a/guide/english/css/index.md +++ b/guide/english/css/index.md @@ -26,6 +26,8 @@ Bootstrap, Foundation, Bulma, uikit, Semantic UI, mini.css, Materialize, Materia #### Suggested Reading: A good start is the freeCodeCamp curriculum [Introduction to Basic CSS](https://learn.freecodecamp.org/responsive-web-design/basic-css). +[Jon Duckett's book on HTML and CSS](https://www.amazon.com/HTML-CSS-Design-Build-Websites/dp/1118008189) could be an exellent start for the ones who wish to explore the topic to it's great depth with some amazing examples. + Another suggestion for beginners is W3C's [Starting with HTML + CSS](https://www.w3.org/Style/Examples/011/firstcss) teaches how to create a style sheet. 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.