학습노트
Free
갯벌을 바다의 텃밭이라고 부는 이유?[뉴스쿨TV 학습노트]
뉴스쿨TV — 갯벌, 지구가 숨 쉬는 곳 :root { --teal-dark: #0d4a4a; --teal-mid: #1a7a6e; --teal-light: #2ec4b6; --mud-light: #c9a96e; --sand: #f5f0e8; --text-dark: #1a1a2e; --text-mid: #3d4a3d; --text-light: #6b7c6b; --green-acc: #2e7d32; --green-bg: #e8f5e9; --red-acc: #c62828; --red-bg: #ffebee; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Nanum Gothic', sans-serif; background: var(--sand); color: var(--text-dark)