CSS: The Definitive Guide: Web Layout and Presentation

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

If you're a web designer or app developer interested in sophisticated page styling, improved accessibility, and less time and effort expended, this book is for you. This revised fifth edition provides a comprehensive guide to CSS implementation along with a thorough review of the latest CSS specifications. 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. We read the specs so you don't have to! This guide covers: • Selectors, specificity, and the cascade, including information on the new cascade layers • New and old CSS values and units, including CSS variables and ways to size based on viewports • Details on font technology and ways to use any available font variants • Text styling, from basic decoration to changing the entire writing mode • Padding, borders, outlines, and margins, now discussed in terms of the new block- and inline-direction layout paradigm used by modern browsers • Colors, backgrounds, and gradients, including the conic gradients • Accessible data tables • Flexible box and grid layout systems, including new subgrid capabilities • 2D and 3D transforms, transitions, and animation • Filters, blending, clipping, and masking • Media, feature, and container queries

Author(s): Eric A. Meyer, Estelle Weyl
Edition: 5
Publisher: O'Reilly Media
Year: 2023

Language: English
Commentary: Publisher's PDF; 2023-05-30: First Release
Pages: 1126
City: Sebastopol, CA
Tags: CSS; Fonts; Web Design

Cover
Copyright
Table of Contents
Preface
Conventions Used in This Book
Value Syntax Conventions
Using Code Examples
O’Reilly Online Learning
How to Contact Us
Acknowledgments
Eric Meyer
Estelle Weyl
Chapter 1. CSS Fundamentals
A Brief History of (Web) Style
Stylesheet Contents
Rule Structure
Vendor Prefixing
Whitespace Handling
CSS Comments
Markup
Elements
Replaced and Nonreplaced Elements
Element Display Roles
Bringing CSS and HTML Together
The Tag
The