Why Does my Media Query Not Work?
I am working on the <pico-viewport-stats>
element
examples. The web site is a simple HTML page, which I stripped down to the bare minimum.
A bit too much!
Continue reading →
I am working on the <pico-viewport-stats>
element
examples. The web site is a simple HTML page, which I stripped down to the bare minimum.
A bit too much!
Continue reading →
:defined
Under the Hood
The CSS pseudo-class :defined
is for defined (custom) elements, sure.
But what does "defined" really mean? While reading about upgrading CBEs
I came across the definition for it. Let me quote the DOM spec a bit.
Continue reading →
writing-mode
Property
MDN says
about CSS property writing-mode
:
Continue reading →
First search result for "CSS reset" is by the mighty Eric Meyer
https://meyerweb.com/eric/tools/css/reset/ from quite some time ago.
And looking up the source of his site I see the reset is not really included, also no modified version
as far as I saw it.
Next I came across https://cssreset.com/what-is-a-css-reset/ which nicely explains the whys
and also states the cons. Unfortunately the latter article is missing a date, so I can't say how old
this knowledge is. That's why I was so very keen on having all items properly dated on my blog.
Continue reading →