Additional book reference added to learn CSS (#24752)

* Additional book reference added to learn CSS

* add link to book
pull/25218/head^2
Deepesh Ludhyani 2018-12-09 20:18:53 +05:30 committed by Tom
parent 786da39499
commit cc5944d623
1 changed files with 2 additions and 0 deletions

View File

@ -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.