From 6c6035f5aa8e96f3cfaa565b89676c8eb8b3bb8c Mon Sep 17 00:00:00 2001 From: nono-lqdn Date: Sun, 31 May 2026 13:23:23 +0200 Subject: [PATCH] Ajout d'un tampon sur la barre de progression --- css/home.css | 36 ++++++++++++++++++++++++++++++++++++ index.html | 14 ++++++-------- 2 files changed, 42 insertions(+), 8 deletions(-) diff --git a/css/home.css b/css/home.css index 716d952..b232a26 100644 --- a/css/home.css +++ b/css/home.css @@ -121,3 +121,39 @@ font-size : 1.5em; text-align : end; background: linear-gradient(90deg,rgba(136, 0, 255, 1) 0%, rgba(255, 78, 0, 1) 42%, rgba(255, 191, 62, 1) 100%); } + +.stamp { + overflow: hidden; + position: absolute; + top: 100px; + right: 300px; + padding: 10px 20px; + background-color: rgba(255, 0, 0, 0.4); + border: 2px dashed rgba(255, 0, 0, 0.8); + border-radius: 2px; + transform: rotate(10deg); + font-family: 'Courier New', Courier, monospace; + font-size: 1em; + font-weight: bold; + color: rgba(255, 0, 0, 0.9); + text-transform: uppercase; + z-index: 10; + text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8); + opacity: 1; + transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); + + background-image: linear-gradient( + 135deg, + rgba(128, 0, 0, 0.1) 25%, + rgba(128, 0, 0, 0.4) 50%, + rgba(128, 0, 0, 0.1) 75% + ); + background-size: 200% 200%; + animation: scan 3s ease infinite; +} + +@keyframes scan { + 0% { background-position: 0% 50%; } + 50% { background-position: 100% 50%; } + 100% { background-position: 0% 50%; } +} diff --git a/index.html b/index.html index 73d2d71..c17bfb7 100644 --- a/index.html +++ b/index.html @@ -99,25 +99,23 @@

Où en est-on ? +
COMPLET

- -

200 places réservées = jauge complète !

- Si des places se libèrent, tu peux faire une demande sur + Si des places se libèrent, tu peux faire une demande sur + la liste d'attente

-

- liste d'attente -


Et nous avons reçu