Skip to content

Instantly share code, notes, and snippets.

View cleme29's full-sized avatar
💭
ok

Clément cleme29

💭
ok
View GitHub Profile
@cleme29
cleme29 / Flip7Calculator.html
Created May 6, 2026 23:15
Flip7calculator.html
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Flip 7 - Controller Pro</title>
<style>
:root {
--primary: #2c3e50; --accent: #e74c3c; --winner: #27ae60;
--bg: #ecf0f1; --card: #ffffff; --blue: #3498db; --gray: #bdc3c7; --gold: #f1c40f;