Skip to content

Instantly share code, notes, and snippets.

@Bald-mans
Bald-mans / index.html
Created May 12, 2020 09:01
Login Form with floating placeholder and light button
<div class="login-box">
<h2>Login</h2>
<form>
<div class="user-box">
<input type="text" name="" required="">
<label>Username</label>
</div>
<div class="user-box">
<input type="password" name="" required="">