Skip to content

Instantly share code, notes, and snippets.

View fpitzalis's full-sized avatar

Fausto Pitzalis fpitzalis

View GitHub Profile
@fpitzalis
fpitzalis / spacca-sticky-bus-mockup.html
Last active May 21, 2026 09:38
Mockup regola sticky 2^P SpaccaTurno
<!doctype html>
<html lang="it">
<head>
<meta charset="utf-8">
<title>Mockup regola cronologica · SpaccaTurno</title>
<style>
* { box-sizing: border-box; }
body { font: 14px/1.45 -apple-system, Segoe UI, Roboto, sans-serif; margin: 20px; color: #1f2937; background: #f9fafb; }
h1 { font-size: 18px; margin: 0 0 4px; }
.sub { color: #6b7280; font-size: 12px; margin-bottom: 16px; }