Best of CSS-TricksJune 2022

  1. 1
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Great Web Development Books You Can Read Free | CSS-Tricks

    The Magic of CSS by Adam Schwartz is a great primer on complex CSS concepts. Resilient Web Design by Jeremy Keith is an approach for building the websites of the future. Beginning CSS Web Development: From Novice to Professional is a guide to the fundamentals of CSS.

  2. 2
    Article
    Avatar of css_tricksCSS-Tricks·4y

    My Dumbest CSS Mistakes | CSS-Tricks

    We all make mistakes in our code. It happens! I know if I had one of those “Days Since Last Mistake” signs hanging over my desk, a big ol’ goose egg would be hovering above me all the time. It doesn’t have to be big mistakes, either. My clumsy self has committed small errors to repos ranging from typos all the way to complete module directories.

  3. 3
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Bunny Fonts | CSS-Tricks

    Bunny Fonts bills itself as the “privacy-first web font platform designed to put privacy back into the internet” It offers the same open source fonts and holds the same API structure used by Google Fonts. The possibility of Google collecting data through its Fonts API is hardly unsurprising or even unexpected.

  4. 4
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Single Element Loaders: The Spinner | CSS-Tricks

    In this article, we will see how to make a single element loader writing as little code as possible. I have made a collection of more than 500 single div loaders and will share the tricks I used to create many of them. We will cover a huge number of examples, showing how small adjustments can lead to fun variations.