This final chapter provides a set of recipes that rely heavily on CSS. These recipes complement the others in this book, as CSS is never far away from a JavaScript developer’s work. I’ve included some of the CSS techniques that I use most often for quick reference as you develop your own web applications.
Distinguishing HTML elements
Applying styles to an element nested inside another element
Indenting paragraphs
Applying an initial cap to a paragraph
Removing the gap between heading and paragraph ...