Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<link rel="stylesheet" href="form.

css">
<table class="table">
<tr>
<th colspan="4" class="head">
<img src="maquillaje/LOGO.png" class="imagenlogo" > BEANTY </img>
</th>
<tr >
<td colspan="4">
<img src="maquillaje/portada.jpg" class="portada" alt="esta es una
imagen">
</td>
</tr>
</tr>
<tr class="menu">
<P><th><a href="html.html" class="a">LABIALES</a></P>
<P><th> <a href="html.html" class="a">SOMBRAS</a></P>
<P><th><a href="html.html" class="a">ESMALTES</a></P>
<P><th><a href="formmaquillaje.html" class="a">ENVIOS</a></p>
</tr>
</table>

<div class="container">
<form class="row">
<div class="col-3">
<label for="nombre" class="form-label">Nombre</label>
<input type="text" class="form-control" id="nombre">
</div>
<div class="col-3">
<label for="appater" class="form-label">Apellido Paterno</label>
<input type="text" class="form-control" id="appater">
</div>
<div class="col-3">
<label for="apmat" class="form-label">Apellido Materno</label>
<input type="text" class="form-control" id="direccion">
</div>
<div class="col-6">
<label for="fecha" class="form-label">Fecha de entrega</label>
<input type="date" class="form-select" id="fecha">
</div>
<div class="col-3">
<label for="numeroTelefonico" class="form-label">Numero de
telefono</label>
<input type="nummber" class="form-control" id="numeroTelefono">
</div>
<div class="col-6">
<label for="direccion" class="form-label">Direccion</label>
<input type="text" class="form-control" id="direccion">
</div>
<div class="col-3">
<label for="codigopostal" class="form-label">Codigo postal</label>
<input type="number" class="form-control" id="codigoPostal">
</div>
<div class="col-9">
<label for="email" class="form-label">Correo electronico</label>
<input type="email" class="form-control" id="email" aria-
describedby="emailHelp">
</div>
<div class="col-9">
<label for="contraseña" class="form-label">Contraseña</label>
<input type="password" class="form-control" id="contraseña">
</div>

<div class="col-5">
<label for="tarjeta" class="form-label">Numero de tarjeta</label>
<input type="text" class="form-control" id="tarjeta">
</div>
<div class="col-6">
<label for="fecha1" class="form-label">Fecha de vencimiento</label>
<input type="date" class="form-select" id="fecha1">
</div>
<div class="col-2">
<label for="CVV" class="form-label">CVV</label>
<input type="text" class="form-control" id="CVV">
</div>

<div class="col-9">
<label for="formFile" class="form-label">Identificacion
oficial</label>
<input class="form-control" type="file" id="subirarchivo">
</div>
<div>
<button type="submit" class="btn btn-primary">Eviar</button>
</div>
</form>
</div>

You might also like