Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <form action="">
    <div class="field">
      <input type="text" id="input-1">
      <label for="input-1">Placeholder</label>
    </div>
  </form>
  
</body>
</html>
 
form {
  padding: 30px 0;
}
.field {
  position: relative;
}
.field label {
  position: absolute;
  left: 0;
}
.field input:focus + label {
  top: -100%;
}
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers