CSS
Código:
Html div.capa{
overflow: visible;
padding: 0px 0px 0px 0px;
margin-top: 15px;
margin-right: 0;
margin-bottom: 0;
margin-left: 15px;
border-style: none;
width: 150px;
height: 135px;
background-color: #B90000;
}
input.user{
float: left;
padding: 0 0 0 0;
margin: 0 0 0 100px;
border: 0 0 0 0;
background-color: red;
width: 80;
}
Código:
que puedo hacer... :( <html> <head> <link rel="stylesheet" href="estilo.css" media="screen" type="text/css" title="estilo"> <title> luis </title> </head> <body> <div class="capa"> <form action="index.html" method="post"> <input type="text" name="user" class="user"> <input type="text" name="pass" class="user"> <input type="submit" class="enviar"> </form> </div> </body>

