Tag: CSS

  • Integrating WordPress Posts with 11ty

    โ€”

    by

    in ,

    In this blog post I document how I integrated articles from a WordPress site into my 11ty website – it was surprisingly straight forward to do!

  • Darken and Lighten colors with CSS

    โ€”

    by

    in

    Recreating SASS darken() & lighten() function with CSS variables and calc The technique shown in this post uses the hsl color format in combination with the calc CSS function to calculate darker or lighter shades of a base color. Before we get into the code I want to make sure I did not come up with this, I found the…