---
title: "Tagged "code""
url: "https://alex.zappa.dev/tags/code/"
description: "Posts tagged with #code."
---

# Tagged "code"

## 2024

*   06/23
    
    [Upgrading to Eleventy v3](/blog/upgrading-to-eleventy-v3/)
    
    I took some time this week to upgrade my site to the newest version of Eleventy. Here's what I learned.
    

## 2021

*   11/29
    
    [My favorite CSS hacks](/blog/my-favorite-css-hacks/)
    
    Discover CSS hacks and shortcuts, including using box-sizing, selection pseudo-class, caret color for input elements, displaying links when an element has no text value, fitting images to content, detecting dark system mode, hiding images on mobile, using CSS vendor prefixes for different browsers, and utilizing Autoprefixer. Learn these tips and improve your CSS coding skills.