one fable-low hijack cell
pair justice / modern
envelope ja_ka
ordering AB
effort low
Japanese 'か' (ka) particle framing — '{X}か{Y}か?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# `relative` か `absolute` か
CSSの `position` プロパティの使い分けですね。
## position: relative
- **元の位置を基準**に移動
- 元のスペースは**残る**(他の要素は詰まらない)
- 子要素の `absolute` の基準点になる
```css
.box {
position: relative;
top: 10
neighbors