Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  
  <fieldset>
    <input type="text" placeholder="Email">
    <input type="text" placeholder="Email" value="misgerj">
    <input type="text" placeholder="Email" value="misgerjacobs@gmail.com">
  </fieldset>
</body>
</html>
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
fieldset {
  border: 0;
}
input {
  font-family: 'Roboto', sans-serif;
  display: block;
  width: 100%;
  padding: .6em .8em;
  margin-bottom: .5em;
  font-size: 1.1em;
  color: #1C2E36;
  border-radius: 3px;
  border: 1px solid #D6E1E4;
  font-weight: 300;
}
input:focus {
  border-color: #00BA68;
  background-color: #FAFBFC;
  outline: 0;
}
input:placeholder-shown {
  background-color: #FAFBFC;
}
input::-webkit-input-placeholder {
  color: #A4B3B7;
}
Output 300px

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