Checkpoint · code-edit

區塊間距節奏

只驗證本主題責任,不偷渡其他答案。

Checkpoint 要做什麼

只驗證本主題責任,不偷渡其他答案。

本主題檔案:files/style.css

定位:在 Computed 讀第二個 section 的 margin-block-start,先記錄目前是否屬於 spacing scale。

本階段驗收

頁面不會替你修改檔案;請在實作檔完成後重新整理確認。

目前要處理

第二個 section 使用任意 13px margin-block-start。

預期看到

runtime 的 margin-block-start 由 13px 變 32px;其他相同層級 section 使用同一 token。

:root{--space-sm:.5rem;--space-md:1rem;--space-lg:2rem}.page-section+.page-section{margin-block-start:var(--space-lg)}

檔案清單

只在本階段資料夾內操作,避免改到其他章節。

證據:runtime before=13px、after=32px、property=margin-block-start

前往 Solution →