Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cozy Window Shade</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
:root{--bg:#f5f4f0;--fg:#1a1a18;--muted:#6b665e}
body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--fg)}
1 2
2 0
3 1
4 0
5 0
6 0
7 0
8 0
9 2
10 0