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

# Tagged "css"

## 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.
    
*   11/21
    
    [Detect dark or light system mode](/blog/detect-dark-or-light-system-mode/)
    
    Learn how to use prefers-color-scheme CSS media feature to detect user color theme preferences. See examples using media query and JavaScript. Also, track color mode with Google Tag Manager and Google Analytics.
    
*   10/27
    
    [Mobile friendly Responsive images with CSS](/blog/mobile-friendly-responsive-images-with-css/)
    
    Learn how to make responsive images in HTML and CSS. Discover how to prevent images from going outside the container. Find solutions for WordPress and HubSpot.