0% found this document useful (0 votes)
19 views3 pages

Js Eth Mine

Uploaded by

samuelsolola6
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

Js Eth Mine

Uploaded by

samuelsolola6
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 3

body {

font-family: Arial, sans-serif;

text-align: center;

margin: 0;

padding: 0;

display: flex;

flex-direction: column;

justify-content: center;

align-items: center;

height: 100vh;

background-color: #f9f9f9;

h1 {

font-size: 36px;

margin-bottom: 20px;

button {

padding: 15px 30px;

margin: 15px;

font-size: 18px;

cursor: pointer;

background-color: #007bff;

color: white;
border: none;

border-radius: 8px;

transition: background-color 0.3s;

button:hover {

background-color: #0056b3;

button:disabled {

background-color: #ccc;

cursor: not-allowed;

.loading {

display: none;

font-size: 24px;

color: green;

margin-top: 20px;

.manual-pay {

display: none;

font-size: 20px;

margin-top: 20px;
}

.manual-pay a {

color: blue;

text-decoration: none;

You might also like