Summary

This conclude the chapters about CSS, pretty interesting stuff eh?

We learned about CSS Filters and how we can modify elements' colors without having to rely on image editing tools. This also applies to CSS Transforms because we can modify the shape and orientation of elements', at least to some extent, quite easily with CSS only.

At the same time we learned about the different ways we can create colors in CSS, and that HSL mode is more intuitive and versatile than any other color mode.

Calculating and declaring different values with the attr() or calc() functions opens new possibilities in our CSS toolbox, for example, how to make responsive tables.

We now know that to improve performance with drop shadows we can use the drop-shadow() function; ...

Get Web Developer's Reference Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.