Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Aug 15, 2024
1 parent ba14f21 commit 59f0338
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions donation.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ body {
background-size: cover;
background-repeat: no-repeat;
background-image: url(bg.png);
background-attachment: fixed;

}

Expand All @@ -27,7 +28,6 @@ body {
left: 50%;
top: 300px;
transform: translate(-50%, -50%);
height: auto;

}

Expand All @@ -53,15 +53,15 @@ body {

.txtBtc {

bottom: 55px;
bottom: 25px;
font-size: 1.45em;

}

.blockImg {

cursor: pointer;
bottom: -50px;
top: 10px;

}

Expand All @@ -86,7 +86,7 @@ body {

width: 200px;
height: 200px;
top: 150px;
top: 210px;
cursor: pointer;
transition: 1.7s;

Expand All @@ -103,7 +103,7 @@ body {
.footer {

text-decoration: none;
top: 300px;
top: 390px;
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

0 comments on commit 59f0338

Please sign in to comment.