Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
  <div class="row">
    <label for="fio">Полное ФИО</label>
    <div class="control">
      <input type="text" id="fio">
    </div>    
  </div>
  <div class="row">
    <label for="year">Год рождения</label>
    <div class="control">
      <input type="text" id="year">
    </div>  
  </div>
  
</body>
</html>
 
body {
  background: url("http://subtlepatterns.com/patterns/textured_paper.png");
  font-size: 18px;
  color: #444;
}
.row::before,
.row::after {
  content: "",
  display: table;
}
.row::after {
  clear: both;
}
.row {
  margin: 20px 0;
}
.row label {
  display: block;
  float: left;
  padding-right: 10px;
  font-weight: bold;
  padding-top: 4px;
}
.row .control {
  overflow: hidden;
}
.row input {
  display: block;
  width: 100%;
  border: 2px solid #444;
  border-width: 0 0 2px 0;
  background: none;
  outline: none;
  padding: 4px 8px ;
  font-size: 18px;
  color: #444;
  font-family: monospace;
}
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