apex / apex/up

UPDATE XCASH

Open
#853 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
8.8k
Forks
383
PR merge metrics
No merged PRs in 30d

Description



Admin Login - UPDATE XCASH

body {
background-color: #990000;
color: white;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.login-box {
background-color: #cc0000;
padding: 30px;
border-radius: 10px;
box-shadow: 0 0 10px #000;
width: 300px;
}
.login-box h2 {
text-align: center;
}
input {
width: 100%;
padding: 10px;
margin: 10px 0;
border: none;
font-size: 16px;
}
.login-box input[type=submit] {
background-color: white;
color: #cc0000;
font-weight: bold;
cursor: pointer;
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.