<!DOCTYPE html>
<html>
<head>
<style>
body{
background-color:#5555ff;
font-family:Arial;
font-size:14px;
}
input {
color: #fff;
background-color:#5555ff;
border:none;
border-bottom:1px solid #fff;
}
form>div {
line-height:2.5em;
}
form span {
color: #fff;
width:70px;
display:inline-block;
}
</style>
</head>
<body>
<form>
<div><span>Nombre</span> <input type="text"></div>
<div><span>Apellidos</span> <input type="text"></div>
</form>
</body>
</html>
Comentarios sobre la versión: Versión 1.0 (2)