Skip to content

Instantly share code, notes, and snippets.

View psykaunot's full-sized avatar

Yanis Diallo psykaunot

View GitHub Profile
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8"><style>
*{box-sizing:border-box;margin:0;padding:0}
body{background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#1a1a1a;padding:16px}
.fig{width:100%}
.row{display:flex;align-items:stretch;gap:0;margin-bottom:8px}
.arrow{display:flex;align-items:center;justify-content:center;font-size:16px;color:#444;padding:0 5px;flex-shrink:0}
.panel{border-radius:5px;padding:7px;min-width:0;display:flex;flex-direction:column;gap:3px}
.ptitle{font-weight:bold;font-size:9px;text-align:center;padding-bottom:3px;margin-bottom:2px}