Skip to content

Keith J. Grant

I make things on the web.

  • By Keith J. Grant
  • Roughly six posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2017 4
2018 7
2019 4
2020 1
2021 1
2022 1
2023 13
2024 1

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

My CSS resets
Every now and then, I see someone post their latest and greatest set of CSS resets. Here’s mine: @layer reset { *, *::before, *::after { box-sizing: border-box; } body { margin: unset; } button, input, …
On , 695 words
Be Excited for New Features
“Boy, that’s a cool new browser feature. It’s a shame I won’t be able to use it for ten years.” I’ve been seeing a sentiment a lot lately, a sort of despair that some new …
On , 512 words
Workarounds for Buggy Gradients
CSS has a great new feature where you can specify the color space to use by adding in <colorspace> to the gradient (not yet supported in Firefox). This is especially useful for avoiding the gray …
On , 958 words