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 252 #TIL posts.
  • Newsletter
Stefan on LinkedIn Stefan on Mastodon Stefan on Bluesky RSS

Topic: CSS โ€“ Page 18

  1. overflow hidden only hides elements going over the padding-box

    Published Jul 14 2019 in CSS

    A quick explanation about the surprising fact of overflow: hidden only restricting content outside of the padding-box

  2. word-spacing controls the gap between words

    Published May 27 2019 in CSS

    The CSS propert word-spacing controls the space between words

  3. The hover media query can help to remove hover styles on touch devices (but may include false positives)

    Published Feb 16 2019 in CSS

    The CSS media query hover can help to avoid staying hover styles on touch devices.

  4. How is it done โ€“ A gradient border with a single element

    Published Jan 21 2019 in CSS

    A graphical explanation how CSS Tricks uses gradients in a smart way to create the illusion of gradient borders.

  5. background clip is configurable for every background gradient separately

    Published Jan 18 2019 in CSS

    Todoy I learned that you can define the very useful CSS property property for particular gradients in a background property

More CSS content

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

Most popular posts

  • How to split JavaScript strings into sentences, words or graphemes with "Intl.Segmenter"
  • On being a "JavaScript framework developer"...
  • Can we have custom media queries, please?
  • Safari 18 โ€” what web features are usable across browsers?
  • em and strong are not announced by screen readers
Read popular posts

Weekly newsletter

Weekly newsletter all around web development

Get weekly news

TIL: Today I learned in Web Dev

  • pathLength makes makes SVG path animations easier to manage
  • field-sizing isn't only about growing textareas
  • Header & footer elements change their roles when they're inside of sectioning content
Learn something new

Blogroll

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

  • Jim Nielsen
  • Alex Russell
  • Sean Goedecke
  • browsers.fyi
  • Eric Bailey
Discover more blogs

Other stuff

Topics

  • JavaScript (128 posts)
  • CSS (102 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

  • Static initialization blocks in JavaScript classes
  • How to display language-specific quotes in CSS
  • The output HTML element is an aria-live region
  • CSS media queries can be nested
  • The dot in RegExp doesn't match all characters in JavaScript
  • A "section" without an accessible name is nothing but a "div"

Popular articles

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

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.

โ™ฅ๏ธ