Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hero Builder</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:system-ui,-apple-system,sans-serif;background:#0a0a10;color:#e0e0e8;display:flex;height:100vh;overflow:hidden}
.panel{width:260px;flex-shrink:0;background:#141418;border-right:1px solid #252530;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px}
.preview{flex:1;display:flex;align-items:center;justify-content:center;background:#080810}