Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Aug 15, 2024
1 parent f0a3bdd commit 5927610
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion donation.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body {

position: absolute;
left: 50%;
top: 50%;
top: 300px;
transform: translate(-50%, -50%);
width: 420px;
height: auto;
Expand Down Expand Up @@ -99,4 +99,12 @@ body {
height: 300px;
top: 0px;

}

.footer {

text-decoration: none;
top: 300px;
color: white;

}
4 changes: 2 additions & 2 deletions donation.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<div class="imgCopie"></div>
</div>
<img class="imgQr bg" src="Images/qrcode.png" alt="qrcode">
<a class="footer bg" href="https://github.com/Vital-Vuillaume">ⓒ 2024 - Vital production</a>
</div>
</body>
</html>

0 comments on commit 5927610

Please sign in to comment.