Js Eth Mine
Js Eth Mine
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 {
margin: 15px;
font-size: 18px;
cursor: pointer;
background-color: #007bff;
color: white;
border: none;
border-radius: 8px;
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;