Findy CSS 2026 · 2026-05-14
各デモは単体で動く static な HTML / CSS ページです。カードをクリックすると デモが開きます。
background-clip: text × linear-gradient(in oklch …)
で鮮やかなグラデーション文字
デモを開く →
1_gradient-text/2_oklch-vs-srgb
補間色空間の比較
linear-gradient の補間を sRGB / OkLab / OkLCH で並べて比較
デモを開く →
1_gradient-text/3_color-vs-named
color() で自動 Oklab 補間
色の書き方(color(srgb …) か named/hex か)だけで
補間色空間が切り替わる
デモを開く →
anchor-name / position-anchor と Popover API で
JS ゼロのテーマ切替メニュー
デモを開く →
command / commandfor 属性だけで
<dialog> をモーダル開閉(JS ゼロ)
デモを開く →
grid-template-rows: subgrid でカード内 4 行を全カードで揃える
デモを開く →
4_subgrid/2_three-cards
カードの行揃え(3 枚)
同じ subgrid を 3 枚のカードで。タイトルの長さが違っても揃う
デモを開く →
4_subgrid/3_form_columns
フォームの列揃え
grid-template-columns: subgrid で label / input 列を全行で揃える
デモを開く →