From 5927610ef727369163ffc971e3b8673e3250e8ef Mon Sep 17 00:00:00 2001 From: vuillaume Date: Thu, 15 Aug 2024 17:15:36 +0200 Subject: [PATCH] test --- donation.css | 10 +++++++++- donation.js | 4 ++-- index.html | 1 + 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/donation.css b/donation.css index c639467..062fdc5 100644 --- a/donation.css +++ b/donation.css @@ -25,7 +25,7 @@ body { position: absolute; left: 50%; - top: 50%; + top: 300px; transform: translate(-50%, -50%); width: 420px; height: auto; @@ -99,4 +99,12 @@ body { height: 300px; top: 0px; +} + +.footer { + + text-decoration: none; + top: 300px; + color: white; + } \ No newline at end of file diff --git a/donation.js b/donation.js index e2706dc..af32e2a 100644 --- a/donation.js +++ b/donation.js @@ -1,8 +1,8 @@ //------Https------\\ -if (window.location.protocol != "https:") { +/*if (window.location.protocol != "https:") { window.location.protocol="https:"; -} +}*/ const blockImg = document.querySelector(".blockImg"); const btn = document.querySelector(".imgCopie"); diff --git a/index.html b/index.html index 84b5220..fd37251 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@
qrcode + ⓒ 2024 - Vital production \ No newline at end of file