Skip to content

Instantly share code, notes, and snippets.

@satokenn
satokenn / ux_diagnosis_result.html
Created May 3, 2026 23:17
診断結果UXプロトタイプ(ステップ直列化・スマートデフォルト)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<title>診断結果 UXプロトタイプ</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {