sh-input-password
Version:
Password input box superhero theme
28 lines (27 loc) • 597 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example</title>
<style>
body {
color: #fff;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0;
padding: 20px;
background: linear-gradient(#284D51, #304853) fixed ;
}
.sh-input-text {
margin-bottom: 20px;
}
</style>
</head>
<body>
<div id="app"></div>
<script src="../bin/example.js"></script>
</body>
</html>