Skip to content
  • Home
  • Articles
  • Screencasts
  • Projects
  • About
  • Resources
  • Screencasts
  • Today I learned
  • Things I use
  • Talks
  • Newsletter
  • Home Home
  • Articles Articles
  • Screencasts Screencasts
  • Projects Projects
  • About About
  • Other Stuff
    • Blogroll People blogging great stuff.
    • Resources Bookmarks I want to keep for later.
    • Show some love Support my blog and newsletter.
    • Talks Talks I've given at conferences.
    • Things I use My hardware and software setup.
    • Today I learned 251 #TIL posts.
  • Newsletter
Stefan on LinkedIn Stefan on Mastodon Stefan on Bluesky RSS

Topic: CSS โ€“ Page 9

  1. rgba() and hsla() are legacy functions and aliases in modern browsers

    Published Sep 19 2021 in CSS

    The CSS Color Module Level 4 spec made rgba() and hsla() legacy CSS color functions. They're now aliases for rgb() and hsl().

  2. Can we have custom media queries, please?

    Published Aug 08 2021 in CSS

    CSS custom properties don't work in media queries. Custom media queries could help out here but unfortunately, they're not supported yet.

  3. User preference feature queries have a boolean context

    Published Aug 01 2021 in CSS

    Media queries can have a boolean context even though they allow more than two values.

  4. How to detect media query support

    Published Jul 25 2021 in CSS

    A wild syntax to detect if a browser support a given media query.

  5. Automatic hyphenation depends on the defined document language

    Published Jul 25 2021 in CSS , HTML

    Ways to hyphenate words and how the document language affects automatic hyphenation.

More CSS content

  1. Previous page
  2. Page 9 of 21
  3. Next page

Most popular posts

  • On being a "JavaScript framework developer"...
  • Can we have custom media queries, please?
  • How to split JavaScript strings into sentences, words or graphemes with "Intl.Segmenter"
  • Safari 18 โ€” what web features are usable across browsers?
  • How to import JSON files in ES modules (Node.js)
Read popular posts

Weekly newsletter

Weekly newsletter all around web development

Get weekly news

TIL: Today I learned in Web Dev

  • field-sizing isn't only about growing textareas
  • Header & footer elements change their roles when they're inside of sectioning content
  • Node.js includes a native glob utility
Learn something new

Blogroll

5 random Sites I'm subscribed to via RSS. ๐Ÿ‘‡

  • Jim Nielsen
  • Roma's Unpolished Posts
  • Email is good.
  • Sean Goedecke
  • Hidde de Vries
Discover more blogs

Other stuff

Topics

  • JavaScript (128 posts)
  • CSS (101 posts)
  • Tools (61 posts)
  • HTML (55 posts)
  • Bash (44 posts)
  • NodeJS (40 posts)
  • Accessibility (36 posts)
  • Web (30 posts)
  • git (23 posts)
  • Performance (20 posts)
  • VSCode (20 posts)

Random Web Dev Learnings

  • YAML provides 9 ways to handle strings
  • Earlier function parameters are available to default parameters
  • The ex unit in CSS
  • Datalist elements can have values and labels
  • Finding git tags with the git describe command
  • Inputs of type date support min, max and step attributes

Popular articles

  • On being a "JavaScript framework developer"...
  • Can we have custom media queries, please?
  • How to split JavaScript strings into sentences, words or graphemes with "Intl.Segmenter"

Recently updated resources

  • Staying up to date
  • Writing good docs, blogs and technical articles
  • Public speaking

stefanjudis.com ยฉ 2025 by Stefan Judis is licensed under CC BY-NC-SA 4.0

All rights reserved and content created without AI.

โ™ฅ๏ธ