Skip to content

Instantly share code, notes, and snippets.

View andrefbraga's full-sized avatar

andrefbraga

  • Joined May 14, 2026
View GitHub Profile
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--font-sans);color:var(--color-text-primary)}
.page{padding:1.5rem 0 2rem}
h2{font-size:18px;font-weight:500;margin-bottom:4px}
h3{font-size:15px;font-weight:500;margin-bottom:10px}
.section-label{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-tertiary);margin-bottom:.75rem}
.lead{font-size:13px;color:var(--color-text-secondary);margin-bottom:1.5rem;line-height:1.6}
.divider{height:0.5px;background:var(--color-border-tertiary);margin:2rem 0}