Skip to content

Instantly share code, notes, and snippets.

View ImHM7's full-sized avatar

ImHM7

  • Joined May 6, 2026
View GitHub Profile
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0">
<title>Price Calculator</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,sans-serif;background:#1c1c1e;color:#fff;padding:15px}
.box{background:#2c2c2e;border-radius:18px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.6)}