Skip to content

Instantly share code, notes, and snippets.

View scionik's full-sized avatar
🏠
Working from home

Nikola Margetic scionik

🏠
Working from home
View GitHub Profile
<!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)}