Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="ms">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MIGA-i Hack Calc</title>
<style>
:root { --gold: #f1c40f; --dark: #2c3e50; --bg: #f4f7f6; }
body { font-family: sans-serif; background: var(--bg); display: flex; justify-content: center; padding: 15px; }
.card { background: white; padding: 20px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); width: 100%; max-width: 400px; }