Baku Hashimoto

  • ***Works
  • ??About
  • ~@Contact
  • v^vLinks
  • EnJa
Apr 2, 2025
Apr 14, 2026update

Useful CSSgrass

This is a semi-public garden page — a draft, left open on purpose.
CSS container queries - CSS | MDNContainer queries enable you to apply styles to an element based on certain attributes of its container: developer.mozilla.org
  • :only-child CSS pseudo-class - CSS | MDNThe :only-child CSS pseudo-class represents an element without any siblings. This is the same as :first-child:last-child or :nth-child(1):n… developer.mozilla.org


https://github.com/vyfor/rattles

Web UI 実装勉強会 4

newly supported in 18.4
https://developer.mozilla.org/en-US/docs/Web/CSS/basic-shape/shape

p {
  --half-leading: calc((1lh - 1em) / 2);
  text-box-trim: trim-both;
}

:is(pre, figure) {
  & + & {
    ...
  }
}
  • Everything
  • Making-of
  • Members Only
  • Diary
  • FAQ
  • Will
  • Public Key
  • Coffee?
Socials
  • GitHub
  • Wikipedia
  • Discord
  • Instagram
  • X
Some Rights Reserved. (cc) 2026 Baku Hashimoto
This site is generated by Garden.ooo