Skip to content

Instantly share code, notes, and snippets.

@dorigab
dorigab / gold.html
Created January 30, 2026 08:43
금 계산기
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { font-family: sans-serif; padding: 20px; background: #f4f4f4; }
.card { background: white; padding: 20px; border-radius: 15px; shadow: 0 4px 6px rgba(0,0,0,0.1); }
input { width: 100%; padding: 10px; font-size: 18px; margin: 10px 0; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box; }
.result { margin-top: 20px; font-size: 16px; line-height: 1.6; }
.highlight { font-weight: bold; color: #d4af37; font-size: 20px; }