Skip to content

Instantly share code, notes, and snippets.

View EconFinStudy's full-sized avatar

EconFinStudy

  • Joined Apr 18, 2026
View GitHub Profile
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>경제금융용어 25 챌린지</title>
<style>
:root { --main-color: #2c3e50; --accent-color: #3498db; --bg-color: #f4f7f6; }
body { font-family: 'Pretendard', sans-serif; background: var(--bg-color); display: flex; justify-content: center; padding: 10px; margin: 0; }
#game-container { background: white; width: 100%; max-width: 600px; padding: 25px; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); margin-top: 10px; box-sizing: border-box; }
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>경제금융용어 25 챌린지</title>
<style>
:root { --main-color: #2c3e50; --accent-color: #3498db; --bg-color: #f4f7f6; }
body { font-family: 'Pretendard', sans-serif; background: var(--bg-color); display: flex; justify-content: center; padding: 10px; margin: 0; }
#game-container { background: white; width: 100%; max-width: 600px; padding: 25px; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); margin-top: 10px; box-sizing: border-box; }