Skip to content

Instantly share code, notes, and snippets.

View FunkL06-ux's full-sized avatar

FunkL06-ux

  • Joined May 6, 2026
View GitHub Profile
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Funk Training</title>
<link href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Syne:wght@400;600;700&display=swap" rel="stylesheet">
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#0f0f0f;--s1:#1a1a1a;--s2:#222;--bd:#2e2e2e;--ac:#c8f135;--tx:#f0f0f0;--mu:#888;--rd:#ff5555}