Skip to content

Instantly share code, notes, and snippets.

View sanooch's full-sized avatar

sanooch

  • Joined Apr 29, 2026
View GitHub Profile
@sanooch
sanooch / voca.html
Created April 29, 2026 06:36
voca.html
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Ch.04 단어장</title>
<style>
body { font-family: -apple-system, sans-serif; background: #f2f2f7; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; }
.card { background: white; width: 85%; max-width: 400px; padding: 35px 25px; border-radius: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); text-align: center; }
#mode { color: #007aff; font-weight: 700; font-size: 0.9rem; margin-bottom: 5px; }