mirror of
https://github.com/bendtherules/Reading-list.git
synced 2026-08-18 13:53:40 +00:00
Add css Definitive guide Amazon link
This commit is contained in:
@@ -20,10 +20,10 @@ In short, this is a highly opinionated list of resources that I would be happy t
|
|||||||
|
|
||||||
**Beware** - it is a pretty outdated book, filled with older way of doing things - so you need to know what you are looking for.
|
**Beware** - it is a pretty outdated book, filled with older way of doing things - so you need to know what you are looking for.
|
||||||
|
|
||||||
3. Cascading Style Sheets: The Definitive Guide by Eric Meyer *****
|
3. [Cascading Style Sheets: The Definitive Guide](https://www.amazon.in/gp/aw/d/1449393195/) by Eric Meyer *****
|
||||||
|
|
||||||
This is the most awesome book on CSS. It is a hardcore, specification-for-masses kind of book. It explains every detailed mathematical calculation that goes into deciding what to render/show from the css properties we provide. If you feel like css properties are just a few knobs that you turn until things look right, then this will teach you what turning those knobs really do and in effect, which ones to actually turn.
|
This is the most awesome book on CSS. It is a hardcore, specification-for-masses kind of book. It explains every detailed mathematical calculation that goes into deciding what to render/show from the css properties we provide. If you feel like css properties are just a few knobs that you turn until things look right, then this will teach you what turning those knobs really do and in effect, which ones to actually turn.
|
||||||
|
|
||||||
If not anything, you'll learn to appreciate the complexity behind css. It is a must read for everyone, but some people might be turned off by its dryness.
|
If not anything, you'll learn to appreciate the complexity behind css. It is a must read for everyone, but some people might be turned off by its dryness.
|
||||||
|
|
||||||
The author, Eric Meyer himself worked on css specifications - his [blog](https://meyerweb.com/eric/css/) and all of his books are worth a read. 4th edition of this book comes as a full book as well as many Chapterwise mini-books - printed books are hardly available in India, its better to go for a digital ebook on this one.
|
The author, Eric Meyer himself worked on css specifications - his [blog](https://meyerweb.com/eric/css/) and all of his books are worth a read. 4th edition of this book comes as a full book as well as many Chapterwise mini-books - printed books are hardly available in India, its better to go for a digital ebook on this one.
|
||||||
|
|||||||
Reference in New Issue
Block a user