书籍 CSS: The Definitive Guide的封面

CSS: The Definitive Guide

Eric A. Meyer

出版时间

2017-10-25

ISBN

9781449393199

评分

★★★★★

标签

web编程

书籍介绍

Publisher: O'Reilly Media

Release Date: October 2017

Pages: 1123

If you’re a web designer or app developer interested in sophisticated page styling, improved accessibility, and saving time and effort, this book is for you. This revised edition provides a comprehensive guide to CSS implementation, along with a thorough review of the latest CSS specifications.

CSS is a constantly evolving language for describing the presentation of web content on screen, printers, speech synthesizers, screen readers, and chat windows. It is used by all browsers on all screen sizes on all types of IoT devices, including phones, computers, video games, televisions, watches, kiosks, and auto consoles. Authors Eric Meyer and Estelle Weyl show you how to improve user experience, speed development, avoid potential bugs, and add life and depth to your applications through layout, transitions and animations, borders, backgrounds, text properties, and many other tools and techniques.

This guide covers:

Selectors, specificity, and the cascade

Values, units, fonts, and text properties

Padding, borders, outlines, and margins

Colors, backgrounds, and gradients

Floats and positioning tricks

Flexible box layout

The new Grid layout system

2D and 3D transforms, transitions, and animation

Filters, blending, clipping, and masking

Media and feature queries

用户评论
CSS 不少东西还是动态学习比较好,经常看了很多东西结果来一句大部分浏览器不支持真是弄得我一言难尽啊。。。 图片在这里:https://github.com/meyerweb/csstdg4figs
这种工具书就不应该从头看到尾。以知识块形式去学习,或者是遇到问题再来查阅应该会比较好,结合实际的demo理解记忆都更深刻些。从头看到尾实在太痛苦了。
手头必备工具书
一千七百多页的大部头啊,中午读完了,赞一个!
可以通读一边的字典。时隔10年这一版终于跟上了CSS3的步伐。对于Flex、Grid、过渡与动画部分等新玩意逐属性地解释了功能。看完有了印象之后,查MDN文档快不少。