CSS

  • An Overview of What I Learned in 2023

    An Overview of What I Learned in 2023

    I was actually going to post this back in December, but then life happened and I wasn’t able to. However, I recently got the gumption to sit down and finally edit the thing, so here it is! Everything I learned last year in one blog post.

  • Intrinsic Widths in CSS

    Intrinsic Widths in CSS

    Today I’d like to talk about intrinsic sizing in CSS, or more specifically, the difference between min-content, max-content, and fit-content. By using one of these three values with the width property, we can make a container’s width be defined by its content rather than by a fixed size.