Documento 3
Documento 3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PayPal</title>
</head>
<body>
<form>
<div class="correo">
<label><b>Correo</b></label>
</div>
<div class="jh1"> <input type="email"
placeholder="Correo electrónico" size="50" maxlength="50">
<div class="numero">
<label><b>Número de</b></label>
</div>
<div class="nombre">
<label><b>Nombres</b></label>
</div>
<div class="apellido">
<label><b>Apellido</b></label>
</div>
<div class="contraseña">
<label><b>Contraseña</b></label>
</div>
<div class="contraseña2">
<label><b>Confirme Su</b></label>
</div>
</form>
</body>
</html>
CSS.
.jh1
text-align: center;
height: 0px;
.jh2
height: 0px;
text-align: center;
.jh3
height: 0px;
text-align: center;
}
.jh4
height: 0px;
text-align: center;
.jh5
height: 0px;
text-align: center;
.jh6
height: 0px;
text-align: center;
.jh8
height: 0px;
text-align: center;
.jh9
height: 30px;
text-align: center;
}
.jh10
height: 40px;
text-align: center;
.correo
position: absolute;
left: 500px;
font-size: 20px;
.numero
position: absolute;
left: 470px;
font-size: 20px;
.nombre
position: absolute;
left: 480px;
font-size: 20px;
}
.apellido
position: absolute;
left: 480px;
font-size: 20px;
.contraseña
position: absolute;
left: 470px;
font-size: 20px;
.contraseña2
position: absolute;
left: 460px;
font-size: 20px;
padding: 0;
margin: 0;
box-sizing: border-box;
body{
.b1{
position: absolute;
width: 150px;
left: 685px;
text-decoration: none;
background: #039be5;
color: #ffffff;
border-radius: 50px;
.b1::after, .b1::before{
content: "";
position: absolute;
opacity: 0.3;
background: #039be5;
border-radius: inherit;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
z-index: -1;
.b1:hover{
.b1:hover::after{
.b1:hover::before{
.z1{
width: 0px;
height: 0px;
position: absolute;
left: 740px;
}
.b2{
position: absolute;
left: 900px;
text-decoration: none;
HTML2.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PayPal</title>
</head>
<body>
<h1>Continuara...</h1>
</body>
</html>